摘要: #includeint main(){ using namespace std; int a, b, c; a = 11; b = 3; c = 0; printf("%d\n", c = (a / b, a%b)); system("pause"); retur... 阅读全文
posted @ 2015-09-20 16:19 Mr__sun 阅读(405) 评论(0) 推荐(0) 编辑
摘要: #include int main(){ using namespace std;int m, n;cin >> n >> m; while (m != n) { while (m>n) { m = m - n; } while (n>m) { n ... 阅读全文
posted @ 2015-09-20 15:30 Mr__sun 阅读(1566) 评论(0) 推荐(0) 编辑