Problem squidzofrenzic
User pinglynn
Submission Time 2023-11-09 14:23:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘bool ispossible(int)’:
squidzofrenzic.cpp:14:13: error: a function-definition is not allowed here before ‘{’ token
14 | int main () {
| ^
squidzofrenzic.cpp:29:5: error: expected ‘}’ at end of input
29 | }
| ^
squidzofrenzic.cpp:7:29: note: to match this ‘{’
7 | bool ispossible(int atmost) {
| ^