Submission #00057
ソースコード
ステータス
項目 |
データ |
問題 |
0010 - mountion Num |
ユーザー名 |
ei2326
|
投稿日時 |
2025-06-06 17:01:15 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
744 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:12:5: error: unknown type name ‘bool’; did you mean ‘_Bool’?
bool d=false,e=false;
^~~~
_Bool
./Main.c:12:12: error: ‘false’ undeclared (first use in this function); did you mean ‘fclose’?
bool d=false,e=false;
^~~~~
fclose
./Main.c:12:12: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:16:19: error: ‘true’ undeclared (first use in this function)
d=true;
^~~~
セット
テストケース