Problem | pigeons |
---|---|
User | TheInvadr |
Submission Time | 2023-01-08 18:01:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>n>>m;
| ^~~
pigeons.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout<<"PLAN ACCEPTED"<<endl;
| ^~~~
pigeons.cpp:7:32: error: ‘endl’ was not declared in this scope
7 | cout<<"PLAN ACCEPTED"<<endl;
| ^~~~
pigeons.cpp:11:9: error: ‘string’ was not declared in this scope
11 | string str;
| ^~~~~~
pigeons.cpp:12:14: error: ‘str’ was not declared in this scope; did you mean ‘std’?
12 | cin>>str;
| ^~~
| std
pigeons.cpp:26:9: error: ‘cout’ was not declared in this scope
26 | cout<<"PLAN ACCEPTED"<<"\n";
| ^~~~
pigeons.cpp:28:9: error: ‘cout’ was not declared in this scope