Problem typo
User ensonchew
Submission Time 2025-05-27 22:49:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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