Submission #00005
ソースコード
ステータス
項目 |
データ |
問題 |
0008 - 同族嫌悪 |
ユーザー名 |
ei2331
|
投稿日時 |
2023-11-15 16:33:28 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
174 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:7: error: ‘cin’ does not name a type
int n;cin>>n;
^~~
./Main.cpp:2:5: error: ‘map’ does not name a type
map<int,int>m;
^~~
./Main.cpp:3:5: error: expected unqualified-id before ‘for’
for(int i=0;i<n;i++){
^~~
./Main.cpp:3:17: error: ‘i’ does not name a type
for(int i=0;i<n;i++){
^
./Main.cpp:3:21: error: ‘i’ does not name a type
for(int i=0;i<n;i++){
^
セット
テストケース