Problem | between2arrays |
---|---|
User | wrizz69 |
Submission Time | 2024-12-08 18:23:10 |
Score | 0 |
Owl Get a Life
between2arrays.cpp: In function ‘int main()’:
between2arrays.cpp:6:19: error: ‘a’ was not declared in this scope
6 | int n; cin >> a;
| ^
between2arrays.cpp:35:8: error: ‘good’ was not declared in this scope
35 | if(good) ans ++;
| ^~~~