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 ukeepgoing 阅读(85) 评论(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 ukeepgoing 阅读(349) 评论(0) 推荐(0)
23423423423