Problem | trollingbribritt |
---|---|
User | hyishigh |
Submission Time | 2024-12-14 10:13:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:45:3: error: expected ‘catch’ before ‘}’ token
45 | }
| ^
trollingbribritt.cpp:45:3: error: expected ‘(’ before ‘}’ token
45 | }
| ^
| (
trollingbribritt.cpp:45:3: error: expected type-specifier before ‘}’ token
trollingbribritt.cpp:44:5: error: expected ‘)’ before ‘}’ token
44 | }
| ^
| )
45 | }
| ~
trollingbribritt.cpp:45:3: error: expected ‘{’ before ‘}’ token
45 | }
| ^
trollingbribritt.cpp:46:3: error: expected primary-expression before ‘catch’
46 | catch (int myNum) {
| ^~~~~
trollingbribritt.cpp: At global scope:
trollingbribritt.cpp:50:1: error: expected declaration before ‘}’ token
50 | }
| ^