Guest
Login
跳过导航链接

Compile Error:

  :1:1: error: 'include' does not name a type
    1 | include<iostream>
      | ^~~~~~~
: In function 'int main()':
:7:15: error: 'cin' was not declared in this scope
    7 |         while(cin>>n>>m>>k){
      |               ^~~
:19:39: error: 'cout' was not declared in this scope
   19 |         for(int i=0;i<n;i++) if(a[i]) cout<<i+1<<' ';
      |                                       ^~~~
:20:9: error: 'cout' was not declared in this scope
   20 |         cout<<endl;
      |         ^~~~
:20:15: error: 'endl' was not declared in this scope
   20 |         cout<<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-
254