Problem construct
User hwy
Submission Time 2023-06-27 00:31:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

construct.cpp: In function ‘int main()’:
construct.cpp:4:9: error: ‘N’ was not declared in this scope
4 | cin >> N >> M >> K;
| ^
construct.cpp:4:14: error: ‘M’ was not declared in this scope
4 | cin >> N >> M >> K;
| ^
construct.cpp:4:19: error: ‘K’ was not declared in this scope
4 | cin >> N >> M >> K;
| ^
construct.cpp:10:3: error: ‘adlst’ was not declared in this scope; did you mean ‘adjlst’?
10 | adlst[temp].push_back(temp1);
| ^~~~~
| adjlst