Submission #78686
ソースコード
ステータス
項目 |
データ |
問題 |
1767 - char |
ユーザー名 |
ei2332
|
投稿日時 |
2024-04-30 17:28:09 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
67 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:2:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
main(){char s;std::cin>>s;printf("%c\n",s^32);}
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:2:27: error: ‘printf’ was not declared in this scope
main(){char s;std::cin>>s;printf("%c\n",s^32);}
^~~~~~
./Main.cpp:2:27: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+#include <cstdio>
main(){char s;std::cin>>s;printf("%c\n",s^32);}
^~~~~~
セット
テストケース