Problem gota
User STanishka31
Submission Time 2025-06-18 10:58:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int main()’:
gota.cpp:17:22: error: expected ‘)’ before ‘;’ token
17 | cout << "YES";
| ^
| )
gota.cpp:16:32: note: to match this ‘(’
16 | if(numbers[count] ==a )(
| ^
gota.cpp:19:2: error: expected primary-expression before ‘)’ token
19 | )
| ^