Problem gota
User jcoder12345
Submission Time 2025-06-18 10:23:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int main()’:
gota.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | cout << "NO"
| ^
| ;
13 | }
| ~
gota.cpp:13:3: error: expected ‘}’ at end of input
13 | }
| ^
gota.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^