Submission #00207
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 2012年12月02日 |
ユーザー名 |
ei1531
|
投稿日時 |
2015-12-02 18:37:04 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
545 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include<bits/stdc++.h>
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:33: error: ‘scanf’ was not declared in this scope
scanf("%d/%d/%d",&yyyy,&mm,&dd);
^
./Main.cpp:24:5: error: ‘cout’ was not declared in this scope
cout << "yes" << endl;
^
./Main.cpp:24:22: error: ‘endl’ was not declared in this scope
cout << "yes" << endl;
^
./Main.cpp:27:5: error: ‘cout’ was not declared in this scope
cout << "no" << endl;
^
./Main.cpp:27:21: error: ‘endl’ was not declared in this scope
cout << "no" << endl;
^
セット
テストケース