Submission #00154
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - カラフル円盤通し |
ユーザー名 |
kamba
|
投稿日時 |
2024-08-27 10:19:47 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
295 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
cin >> n;
^~~
sin
./Main.cpp:5:8: error: array bound is not an integer constant before ‘]’ token
int a[n],ans=0;
^
./Main.cpp:6:1: error: expected unqualified-id before ‘for’
for(int i = 0; i < n; i++){
^~~
./Main.cpp:6:16: error: ‘i’ does not name a type
for(int i = 0; i < n; i++){
^
./Main.cpp:6:23: error: ‘i’ does not name a type
for(int i = 0; i < n; i++){
^
./Main.cpp:9:13: error: ‘a’ was not declared in this scope
int maxti = a[n-1];
^
./Main.cpp:10:1: error: expected unqualified-id before ‘for’
for(int i = n-2; i >= 0; i--){
^~~
./Main.cpp:10:18: error: ‘i’ does not name a type
for(int i = n-2; i >= 0; i--){
^
./Main.cpp:10:26: error: ‘i’ does not name a type
for(int i = n-2; i >= 0; i--){
^
セット
テストケース