Submission #42275
ソースコード
ステータス
項目 |
データ |
問題 |
0437 - 素数 |
ユーザー名 |
ei1841
|
投稿日時 |
2018-08-30 09:36:10 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
235 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include<iostream>
^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:7:3: error: ‘cin’ was not declared in this scope
cin>>n;
^~~
./Main.cpp:7:3: note: suggested alternative: ‘main’
cin>>n;
^~~
main
./Main.cpp:15:7: error: ‘cout’ was not declared in this scope
cout<<i<<'\n';
^~~~
セット
テストケース