Submission #00072
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - ^^ |
ユーザー名 |
ei2134
|
投稿日時 |
2022-02-03 18:25:04 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
578 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:13:5: error: ‘vi’ was not declared in this scope
vi a(n+1);
^~
./Main.cpp:14:21: error: ‘a’ was not declared in this scope
rep(i,1,n) cin>>a[i];
^
./Main.cpp:16:7: error: expected ‘;’ before ‘le’
vi le(n+1),ri(n+1);
^~~
;
./Main.cpp:17:5: error: ‘le’ was not declared in this scope
le[1]=a[1];
^~
./Main.cpp:17:5: note: suggested alternative: ‘ll’
le[1]=a[1];
^~
ll
./Main.cpp:17:11: error: ‘a’ was not declared in this scope
le[1]=a[1];
^
./Main.cpp:20:5: error: ‘ri’ was not declared in this scope
ri[n]=a[n];
^~
セット
テストケース