Problem typo
User eliasxyz
Submission Time 2025-05-23 23:59:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:27:15: error: expected ‘;’ before ‘}’ token
27 | cout<<"Yes"
| ^
| ;
28 | } else {
| ~
typo.cpp:29:14: error: expected ‘;’ before ‘}’ token
29 | cout<<"No"
| ^
| ;
30 | }
| ~