Problem typo
User newperson
Submission Time 2024-06-19 11:48:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:10:25: error: expected ‘;’ before ‘}’ token
10 | if (a==b){cout << "Yes"}
| ^
| ;