Problem typo
User Hytoh
Submission Time 2023-04-20 11:32:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:36:8: error: ‘else’ without a previous ‘if’
36 | else if }
| ^~~~
typo.cpp:36:16: error: expected ‘(’ before ‘}’ token
36 | else if }
| ^
| (
typo.cpp: At global scope:
typo.cpp:40:1: error: ‘cout’ does not name a type
40 | cout << "Yes" << endl;
| ^~~~
typo.cpp:41:5: error: expected unqualified-id before ‘return’
41 | return 0;
| ^~~~~~
typo.cpp:42:1: error: expected declaration before ‘}’ token
42 | }
| ^