Problem payraise
User PlayVoltz
Submission Time 2023-08-23 11:28:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In function ‘int main()’:
payraise.cpp:26:5: error: ‘pay’ was not declared in this scope
26 | pay.resize(n);
| ^~~
payraise.cpp:27:5: error: ‘graph’ was not declared in this scope; did you mean ‘isgraph’?
27 | graph.resize(n);
| ^~~~~
| isgraph