Problem adjmatrix
User Sheb
Submission Time 2025-02-17 15:52:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int32_t main()’:
adjmatrix.cpp:18:30: error: a function-definition is not allowed here before ‘{’ token
18 | bool getNode(int pos[2]) {
| ^
adjmatrix.cpp:30:12: error: ‘getNode’ was not declared in this scope; did you mean ‘fegetmode’?
30 | cout << getNode(xy);
| ^~~~~~~
| fegetmode