234234234

07 2022 档案

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>驼峰、下划线互转</title> <style> * { margin: 0; padding: 0; } html. body { width: 100%; 阅读全文
posted @ 2022-07-11 13:38 你若愿意,我一定去 阅读(63) 评论(0) 推荐(0) 编辑
摘要:#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 你若愿意,我一定去 阅读(80) 评论(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 你若愿意,我一定去 阅读(342) 评论(0) 推荐(0) 编辑

23423423423
点击右上角即可分享
微信分享提示