Problem | guessproblem |
---|---|
User | Jordis00fed |
Submission Time | 2024-04-19 14:46:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:7:12: error: ‘n’ was not declared in this scope
7 | cin >> n;
| ^
guessproblem.cpp:8:42: error: ‘A’ was not declared in this scope
8 | for ( int i = 0; i < n; i++ ) cin >> A[i];
| ^