Problem trollingbribritt
User StormyGood
Submission Time 2024-12-14 09:03:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:11:16: error: ‘type’ was not declared in this scope; did you mean ‘wctype’?
11 | cin >> type;
| ^~~~
| wctype
trollingbribritt.cpp: At global scope:
trollingbribritt.cpp:36:5: error: expected unqualified-id before ‘return’
36 | return 0;
| ^~~~~~
trollingbribritt.cpp:37:1: error: expected declaration before ‘}’ token
37 | }
| ^