Submission #00105


ソースコード

ステータス

項目 データ
問題 0002 - 2012年12月02日
ユーザー名 ei1507
投稿日時 2015-12-02 17:16:36
言語 C++11
状態 Compile Error
得点 0
ソースコード長 552 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:1: error: ‘include’ does not name a type
 include<bits/stdc++.h>
 ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:8:5: error: ‘cin’ was not declared in this scope
     cin >> kym[i];
     ^
./Main.cpp:10:3: error: ‘cin’ was not declared in this scope
   cin >> sr;
   ^
./Main.cpp:16:7: error: ‘cout’ was not declared in this scope
       cout << "kym:" << kym[i] << ' ' << "mon_day:" << mon_day[j] << endl;
       ^
./Main.cpp:16:70: error: ‘endl’ was not declared in this scope
       cout << "kym:" << kym[i] << ' ' << "mon_day:" << mon_day[j] << endl;
                                                                      ^
./Main.cpp:25:18: error: ‘cout’ was not declared in this scope
   if(anscnt == 4)cout << "yes" << endl;
                  ^
./Main.cpp:25:35: error: ‘endl’ was not declared in this scope
   if(anscnt == 4)cout << "yes" << endl;
                                   ^
./Main.cpp:26:8: error: ‘cout’ was not declared in this scope
   else cout << "no" << endl;
        ^
./Main.cpp:26:24: error: ‘endl’ was not declared in this scope
   else cout << "no" << endl;
                        ^

セット

セット 得点 Cases

テストケース

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