Problem | 0405 |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-05 16:08:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp: In function ‘int main()’:
0405.cpp:20:16: error: expected initializer before ‘==’ token
20 | int N, M, c==;
| ^~
0405.cpp:26:12: error: ‘c’ was not declared in this scope
26 | while (c < N) {
| ^