Submission #00155
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - 改元 |
ユーザー名 |
nyn(ei1717)
|
投稿日時 |
2019-03-29 14:21:24 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
385 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:3:6: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
main(){
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:8: error: ‘strcmp’ was not declared in this scope
if(strcmp(x,"#")==0){
^~~~~~
./Main.cpp:10:8: note: ‘strcmp’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
./Main.cpp:2:1:
+#include <cstring>
./Main.cpp:10:8:
if(strcmp(x,"#")==0){
^~~~~~
./Main.cpp:16:8: error: ‘strcmp’ was not declared in this scope
if(strcmp(x,"HEISEI")==0&&((a>30&&b>4)||(a>31))){
^~~~~~
./Main.cpp:16:8: note: ‘strcmp’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
セット
テストケース