Submission #74552
ソースコード
ステータス
項目 |
データ |
問題 |
1304 - 掛けても素数!? |
ユーザー名 |
woody_1227
|
投稿日時 |
2023-07-12 23:19:00 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
698 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:10: error: ‘intt’ was not declared in this scope
for (intt i = 2; i <= 6 * 1000000; i++) {
^~~~
./Main.cpp:10:10: note: suggested alternative: ‘int’
for (intt i = 2; i <= 6 * 1000000; i++) {
^~~~
int
./Main.cpp:10:22: error: ‘i’ was not declared in this scope
for (intt i = 2; i <= 6 * 1000000; i++) {
^
セット
テストケース