Problem | gota |
---|---|
User | cry0rsa |
Submission Time | 2025-06-18 09:56:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:10:10: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
10 | cin >> num;
| ^~~
| enum
gota.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | found == true
| ^
| ;
13 | }
| ~
gota.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
gota.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^