/ Vijos /

记录详情

Compile Error

foo.cpp:1:1: error: 'include' does not name a type
 include<iostream>
 ^
foo.cpp: In function 'int main()':
foo.cpp:6:1: error: 'cin' was not declared in this scope
 cin>>k;
 ^
foo.cpp:11:1: error: 'cout' was not declared in this scope
 cout<<"YES"<<endl;
 ^
foo.cpp:11:14: error: 'endl' was not declared in this scope
 cout<<"YES"<<endl;
              ^
foo.cpp:13:1: error: 'cout' was not declared in this scope
 cout<<"NO"<<endl;
 ^
foo.cpp:13:13: error: 'endl' was not declared in this scope
 cout<<"NO"<<endl;
             ^

信息

递交者
类型
递交
题目
P1004 伊甸园日历游戏
语言
C++
递交时间
2015-03-18 11:08:02
评测时间
2015-03-18 11:08:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes