Problem payraise
User PlayVoltz
Submission Time 2023-09-01 21:21:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In function ‘void raise(long long int)’:
payraise.cpp:12:26: error: ‘current’ was not declared in this scope
12 | for (auto it = graph[current].begin(); it != graph[current].end(); ++it) {
| ^~~~~~~