Submission #00079
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0002 - 何種類? |
| ユーザー名 | ei2310 |
| 投稿日時 | 2024-11-13 17:30:07 |
| 言語 | C++ |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 338 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:6:16: error: expected initializer before ‘b’
long longint b[100000];
^
./Main.cpp:10:10: error: ‘b’ was not declared in this scope
cin>>b[i];
^
./Main.cpp:13:7: error: ‘b’ was not declared in this scope
a[b[i]]++;
^
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|