Submission #51506
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0697 - 素数のWA |
| ユーザー名 | もけ |
| 投稿日時 | 2019-07-12 18:46:08 |
| 言語 | C++14 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 971 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:17:1: error: expected ‘,’ or ‘;’ before ‘bool’ bool isPrime[50000010]; ^~~~ ./Main.cpp: In function ‘int main()’: ./Main.cpp:25:3: error: ‘isPrime’ was not declared in this scope isPrime[2] = true; ^~~~~~~ ./Main.cpp:25:3: note: suggested alternative: ‘stime’ isPrime[2] = true; ^~~~~~~ stime
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|