Problem typo
User YongXin
Submission Time 2023-06-02 10:41:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout<<"Yes"
| ^
| ;
8 | } else {
| ~