摘要:
#include <stdio.h> //求s=1-3+5-7+...-99+101并输出 main() { int i,t=1,【1】; for(i=1;【2】;【3】) { s=【4】; t=【5】; } printf("s=%d\n",s); getchar(); } 求s=1-3+5-7+. 阅读全文
posted @ 2023-02-17 09:18
myrj
阅读(626)
评论(0)
推荐(0)
摘要:
#include <stdio.h> //求s=3+13+23+...+103 main() { int 【1】; for(i=0;【2】;i++) s=【2】; printf("s=【4】\n",s); getchar(); } #include <stdio.h> //求s=3+13+23+.. 阅读全文
posted @ 2023-02-17 09:07
myrj
阅读(276)
评论(0)
推荐(0)

浙公网安备 33010602011771号