Problem typo
User trashcan08
Submission Time 2024-11-21 21:21:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int32_t main()’:
typo.cpp:30:26: error: expected ‘;’ before ‘}’ token
30 | cout << "Yes"
| ^
| ;
31 | } else {
| ~
typo.cpp:32:25: error: expected ‘;’ before ‘}’ token
32 | cout << "No"
| ^
| ;
33 | }
| ~