Guest
Login
跳过导航链接

Compile Error:

  : In function 'int main()':
:3:12: error: 'cin' was not declared in this scope
    3 |     while (cin>>times) {
      |            ^~~
:26:26: error: 'cout' was not declared in this scope
   26 |             if (flag==1) cout<<"YES"<<endl;
      |                          ^~~~
:26:39: error: 'endl' was not declared in this scope
   26 |             if (flag==1) cout<<"YES"<<endl;
      |                                       ^~~~
:27:18: error: 'cout' was not declared in this scope
   27 |             else cout<<"NO"<<endl;
      |                  ^~~~
:27:30: error: 'endl' was not declared in this scope
   27 |             else cout<<"NO"<<endl;
      |                              ^~~~

  

Zhe Jiang University Of Technology Online Programming Space Beta1.3
Designed & Developped By Jin Qiwei
Refactored By cb@zjut.edu.cn , QQ Group: 723311416  All Copyright Reserved 2006-
357