Problem gotoschool_ex
User DoubleShaurya
Submission Time 2024-03-25 16:47:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool_ex.cpp: In function ‘int main()’:
gotoschool_ex.cpp:14:23: error: ‘n’ was not declared in this scope
14 | for (int i = 1; i <= n; i++) {
| ^
gotoschool_ex.cpp:18:3: error: ‘a’ was not declared in this scope
18 | a[x] = i;
| ^
gotoschool_ex.cpp:21:23: error: ‘n’ was not declared in this scope
21 | for (int i = 1; i <= n; i++) {
| ^
gotoschool_ex.cpp:22:11: error: ‘a’ was not declared in this scope
22 | cout << a[i] << ' ';
| ^