阅读程序写结果:
输入:QuanGuoLianSai
- #include <stdio.h>
- char st[100];
- int main() {
- scanf("%s", st);
- for (int i = 0; st[i]; ++i) {
- if (‘A’ <= st[i] && st[i] <= ‘Z’)
- st[i] += 1;
- }
- printf("%s\n", st);
- return 0;
- }
阅读程序写结果:
输入:QuanGuoLianSai
- #include <stdio.h>
- char st[100];
- int main() {
- scanf("%s", st);
- for (int i = 0; st[i]; ++i) {
- if (‘A’ <= st[i] && st[i] <= ‘Z’)
- st[i] += 1;
- }
- printf("%s\n", st);
- return 0;
- }
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会