Problem arraygraph
User benji
Submission Time 2024-08-24 17:08:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arraygraph.cpp: In function ‘int main()’:
arraygraph.cpp:17:8: error: ‘n’ was not declared in this scope; did you mean ‘in’?
17 | in(n);//use in(variable) to take in a variable
| ^
| in