Submission #40864
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0697 - 素数のWA |
| ユーザー名 | fal_rnd |
| 投稿日時 | 2018-08-08 19:23:09 |
| 言語 | C++17 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 485 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:21:36: in constexpr expansion of ‘Prime<50000000>()’
./Main.cpp:12:17: error: constexpr loop iteration count exceeds limit of 262144 (use -fconstexpr-loop-limit= to increase the limit)
for (int i=3;i<=n;i+=2)
^~~
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|