Submission #00101
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - int? |
ユーザー名 |
ei2331
|
投稿日時 |
2024-11-18 16:22:40 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
71 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘c’ does not name a type
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^
./Main.cpp:1:8: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:1:22: error: ‘c’ was not declared in this scope
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^
./Main.cpp:1:10: error: ‘scanf’ was not declared in this scope
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^~~~~
./Main.cpp:1:35: error: ‘puts’ was not declared in this scope
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^~~~
./Main.cpp:1:35: note: suggested alternative: ‘auto’
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^~~~
auto
./Main.cpp:1:57: error: ‘puts’ was not declared in this scope
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^~~~
./Main.cpp:1:57: note: suggested alternative: ‘auto’
c;main(){scanf("%c",&c);if(c==46){puts("int");return 0;}puts("float");}
^~~~
auto
セット
テストケース