Problem squidzofrenzic
User aa24codebreaker
Submission Time 2023-11-09 13:46:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp:6:26: error: ISO C++ forbids declaration of ‘boolispossible’ with no type [-fpermissive]
6 | boolispossible(int atmost){
| ^
squidzofrenzic.cpp: In function ‘int main()’:
squidzofrenzic.cpp:23:2: error: ‘cin’ was not declared in this scope
23 | cin >> n >> m;
| ^~~
squidzofrenzic.cpp:33:7: error: ‘ispossible’ was not declared in this scope; did you mean ‘boolispossible’?
33 | if (ispossible(mid)) high = mid;
| ^~~~~~~~~~
| boolispossible
squidzofrenzic.cpp:36:2: error: ‘cout’ was not declared in this scope
36 | cout << high;
| ^~~~