题库 信息学奥赛题库 题目列表 阅读程序写结果:#include <stdio.h> char&...
填空题

阅读程序写结果:

#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

输出:_____________

题目信息
填空题 2018年 初赛
-
正确率
0
评论
17
点击
QQ
微信