Submission #70327
ソースコード
ステータス
項目 |
データ |
問題 |
1440 - カラフル円盤通し |
ユーザー名 |
r2222
|
投稿日時 |
2022-06-05 15:28:07 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
353 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:11:13: error: expected ‘;’ before ‘for’
z=a[n-1]
^
;
for(i=n-2;i<n;i--){
~~~
./Main.cpp:12:22: error: expected ‘;’ before ‘)’ token
for(i=n-2;i<n;i--){
^
;
./Main.cpp: At global scope:
./Main.cpp:19:5: error: ‘cout’ does not name a type
cout<<c<<"\n";
^~~~
./Main.cpp:20:5: error: expected unqualified-id before ‘return’
return(0);
^~~~~~
./Main.cpp:21:1: error: expected declaration before ‘}’ token
}
^
セット
テストケース