Problem | squidzofrenzic |
---|---|
User | Aaryan1379 |
Submission Time | 2023-03-22 22:45:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squidzofrenzic.cpp: In function ‘bool check(int, int)’:
squidzofrenzic.cpp:20:21: error: ‘M’ was not declared in this scope
20 | return (r + 1 > M ? 0 : 1);
| ^
squidzofrenzic.cpp: In function ‘void solve()’:
squidzofrenzic.cpp:24:12: error: ‘N’ was not declared in this scope
24 | cin >> N >> M;
| ^
squidzofrenzic.cpp:24:17: error: ‘M’ was not declared in this scope
24 | cin >> N >> M;
| ^
squidzofrenzic.cpp:28:9: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
28 | cin >> num;
| ^~~
| enum