234234234
摘要: #include <stdio.h> int main() { int n = 0; while(scanf("%lld", &n) && n > 0) { long long sum = 0; for(int i = 1; i <= n; i++) { long long factorial = 阅读全文
posted @ 2022-07-03 15:54 你若愿意,我一定去 阅读(62) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int main() { for(int a = 1; a < 10; a++) for(int b = 1; b < 10; b++) for(int c = 1; c < 10; c++) { if (a*a*a + b*b*b + c*c*c == a*1 阅读全文
posted @ 2022-07-03 15:45 你若愿意,我一定去 阅读(304) 评论(0) 推荐(0) 编辑
23423423423