Problem gota
User SA
Submission Time 2025-06-18 10:45:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int main()’:
gota.cpp:10:14: error: expected ‘;’ before ‘if’
10 | cin >> n[i]
| ^
| ;
11 | if (A == n[i]){
| ~~