第二周实验(代码 截图 设计思路)
摘要:#include<iostream> #include<cstdlib> #include<ctime> using namespace std; #define random(x) (rand() % x) int gcd(int a, int b) { if (b == 0)return a;
阅读全文
posted @ 2016-03-12 16:32
posted @ 2016-03-12 16:32
posted @ 2016-03-12 16:24
posted @ 2016-03-06 10:55
posted @ 2016-03-06 10:24
posted @ 2016-03-06 10:04