/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:3:5: error: 'ios' has not been declared
     ios::sync_with_stdio(false);
     ^~~
/in/foo.cc:5:5: error: 'cin' was not declared in this scope
     cin>>t;
     ^~~
/in/foo.cc:14:23: error: 'cout' was not declared in this scope
         if(temp||n&1) cout<<"lolanv"<<endl;
                       ^~~~
/in/foo.cc:14:39: error: 'endl' was not declared in this scope
         if(temp||n&1) cout<<"lolanv"<<endl;
                                       ^~~~
/in/foo.cc:15:14: error: 'cout' was not declared in this scope
         else cout<<"Wind"<<endl; //只有全是对子 才会让wind赢 
              ^~~~
/in/foo.cc:15:28: error: 'endl' was not declared in this scope
         else cout<<"Wind"<<endl; //只有全是对子 才会让wind赢 
                            ^~~~

信息

递交者
类型
递交
题目
P1298 校庆的娱乐
语言
C++
递交时间
2019-06-01 11:56:06
评测时间
2019-06-01 11:56:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes