摘要:
问题一(数字根问题)#include #include using namespace std;int roots(int num) { int res = 0; while (num) { res += num % 10; num /= 10; } i... 阅读全文
posted @ 2019-03-12 22:33
LightAc
阅读(153)
评论(0)
推荐(0)
摘要:
第一题 第二题 第三题 第四题 第五题 第六题 阅读全文
posted @ 2019-03-12 11:30
LightAc
阅读(148)
评论(0)
推荐(0)

浙公网安备 33010602011771号