Problem typo
User PrunJuice
Submission Time 2024-02-03 18:53:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:12:17: error: expected ‘;’ before ‘return’
12 | cout << "No"
| ^
| ;
13 | return 0;
| ~~~~~~