Submission #00048


ソースコード

ステータス

項目 データ
問題 0001 - その前髪は意志を持つ。
ユーザー名 ei1538
投稿日時 2016-05-14 14:17:26
言語 C++11
状態 Compile Error
得点 0
ソースコード長 505 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:11:3: error: ‘cin’ was not declared in this scope
   cin>>n;
   ^
./Main.cpp:19:20: error: ‘cout’ was not declared in this scope
   if(flag==1)      cout<<"TOPPUY IS GOOD MAN"<<endl;
                    ^
./Main.cpp:19:48: error: ‘endl’ was not declared in this scope
   if(flag==1)      cout<<"TOPPUY IS GOOD MAN"<<endl;
                                                ^
./Main.cpp:20:20: error: ‘cout’ was not declared in this scope
   else if(flag==2) cout<<"TOPPUY IS BRIND"<<endl;
                    ^
./Main.cpp:20:45: error: ‘endl’ was not declared in this scope
   else if(flag==2) cout<<"TOPPUY IS BRIND"<<endl;
                                             ^
./Main.cpp:21:20: error: ‘cout’ was not declared in this scope
   else             cout<<ans<<endl;
                    ^
./Main.cpp:21:31: error: ‘endl’ was not declared in this scope
   else             cout<<ans<<endl;
                               ^

セット

セット 得点 Cases

テストケース

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