Problem typo
User estkn
Submission Time 2026-05-21 23:28:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:23:17: error: expected ‘;’ before ‘}’ token
23 | cout << "No"
| ^
| ;
24 | }
| ~