Submission #00172
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0002 - カウントダウンアップ 2020 |
| ユーザー名 | m2006 |
| 投稿日時 | 2021-03-30 16:03:30 |
| 言語 | C |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 424 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:6:10: error: ‘vector’ undeclared (first use in this function); did you mean ‘perror’?
vector<char> a(n,'0');
^~~~~~
perror
./Main.c:6:10: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:6:17: error: expected expression before ‘char’
vector<char> a(n,'0');
^~~~
./Main.c:8:22: error: ‘a’ undeclared (first use in this function)
scanf("%d",&a[i]);
^
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|