Problem gota
User Dolphy
Submission Time 2025-08-01 16:23:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int32_t main()’:
gota.cpp:11:34: error: ‘x’ was not declared in this scope
11 | for (int i=0; i<n; i++) {cin >> x; if (x==a) {cout << "YES\n"; return 0;}}
| ^