I00040 计算1000以内的勾股数
摘要:对于三元组,若满足a^2+b^2=c^2,则称该三元组为勾股数。可以假定a#define N 1000int main(void){ int a, b, c; for(a=1; a\n", a, b, c); } return 0;}部分计算结...
阅读全文
posted @ 2016-11-20 23:41
posted @ 2016-11-20 23:41
posted @ 2016-11-20 23:41
posted @ 2016-11-13 18:14
posted @ 2016-11-13 18:14