#include<stdio.h> int main() { char a; scanf_s("%c", &a,sizeof(a)); printf("%c", a-32); return 0; }
就是说我在vs上跑的好好的为啥在洛谷上就编译失败,不太理解,求大佬找找茬