Problem | pigeons |
---|---|
User | Astronite |
Submission Time | 2025-08-05 20:27:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin>> max>> n;
| ^~~
pigeons.cpp:9:5: error: ‘string’ was not declared in this scope
9 | string arr[n];
| ^~~~~~
pigeons.cpp:12:13: error: ‘arr’ was not declared in this scope
12 | cin>> arr[i];
| ^~~
pigeons.cpp:19:9: error: ‘cout’ was not declared in this scope; did you mean ‘counter’?
19 | cout<< "PLAN REJECTED";
| ^~~~
| counter
pigeons.cpp:33:7: error: ‘cout’ was not declared in this scope; did you mean ‘counter’?
33 | cout<< "PLAN ACCEPTED";
| ^~~~
| counter