摘要: 题意:分数的计算 注意 每步都要化简(求最大公约数),防止溢出真分数假分数要判断输出 #include#include#inclu... 阅读全文
posted @ 2020-07-15 22:35 _Hsiung 阅读(61) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int main(){ int n, a ... 阅读全文
posted @ 2020-07-15 17:18 _Hsiung 阅读(39) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;int main() { int n; cin >> n;... 阅读全文
posted @ 2020-07-15 16:36 _Hsiung 阅读(31) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;int x[1000] = {0};int main() { x[0] = ... 阅读全文
posted @ 2020-07-15 10:15 _Hsiung 阅读(578) 评论(0) 推荐(0) 编辑