Submission #81835
ソースコード
ステータス
項目 |
データ |
問題 |
0437 - 素数 |
ユーザー名 |
ei2406
|
投稿日時 |
2024-12-11 14:44:29 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
491 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:12:9: error: unknown type name ‘bool’; did you mean ‘_Bool’?
bool cheak=true;
^~~~
_Bool
./Main.c:12:20: error: ‘true’ undeclared (first use in this function)
bool cheak=true;
^~~~
./Main.c:12:20: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:13:26: error: ‘false’ undeclared (first use in this function); did you mean ‘fclose’?
if(i%2==0) cheak=false;
^~~~~
fclose
セット
テストケース