Problem simp
User Syw
Submission Time 2025-11-12 11:41:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int32_t main()’:
simp.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | cout << happy
| ^
| ;
13 | }
| ~