Submission #70316


ソースコード

ステータス

項目 データ
問題 1440 - カラフル円盤通し
ユーザー名 r2222
投稿日時 2022-06-05 13:10:01
言語 C++
状態 Compile Error
得点 0
ソースコード長 444 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:22:21: error: stray ‘\342’ in program
     Cout<<x.size()<<“\n”;
                     ^
./Main.cpp:22:22: error: stray ‘\200’ in program
     Cout<<x.size()<<“\n”;
                      ^
./Main.cpp:22:23: error: stray ‘\234’ in program
     Cout<<x.size()<<“\n”;
                       ^
./Main.cpp:22:24: error: stray ‘\’ in program
     Cout<<x.size()<<“\n”;
                        ^
./Main.cpp:22:26: error: stray ‘\342’ in program
     Cout<<x.size()<<“\n”;
                          ^
./Main.cpp:22:27: error: stray ‘\200’ in program
     Cout<<x.size()<<“\n”;
                           ^
./Main.cpp:22:28: error: stray ‘\235’ in program
     Cout<<x.size()<<“\n”;
                            ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:12:9: error: ‘j’ was not declared in this scope
     for(j=y;j<n;j++){
         ^
./Main.cpp:22:5: error: ‘Cout’ was not declared in this scope
     Cout<<x.size()<<“\n”;
     ^~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #