Submission #00108


ソースコード

ステータス

項目 データ
問題 0003 - 王様の視察
ユーザー名 ei1439
投稿日時 2015-12-04 16:15:19
言語 C++11
状態 Compile Error
得点 0
ソースコード長 1052 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:19:5: error: expected unqualified-id before ‘for’
     for (int i = 0; i < n; i++) {
     ^
./Main.cpp:19:21: error: ‘i’ does not name a type
     for (int i = 0; i < n; i++) {
                     ^
./Main.cpp:19:28: error: ‘i’ does not name a type
     for (int i = 0; i < n; i++) {
                            ^
./Main.cpp:23:5: error: ‘cin’ does not name a type
     cin >> str;
     ^
./Main.cpp:27:5: error: expected unqualified-id before ‘for’
     for (int i = 0; i < len; i++) {
     ^
./Main.cpp:27:21: error: ‘i’ does not name a type
     for (int i = 0; i < len; i++) {
                     ^
./Main.cpp:27:30: error: ‘i’ does not name a type
     for (int i = 0; i < len; i++) {
                              ^
./Main.cpp:66:5: error: ‘cout’ does not name a type
     cout << str << endl;
     ^
./Main.cpp:67:3: error: expected declaration before ‘}’ token
   }
   ^

セット

セット 得点 Cases

テストケース

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