Problem | workoutplan |
---|---|
User | ETkilobyte |
Submission Time | 2024-11-06 13:25:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
workoutplan.cpp: In function ‘int main()’:
workoutplan.cpp:29:21: error: ‘y’ was not declared in this scope
29 | y += pq_2.top();
| ^
workoutplan.cpp:34:17: error: ‘z’ was not declared in this scope
34 | z = false;
| ^
workoutplan.cpp:40:14: error: ‘z’ was not declared in this scope
40 | cout << (z ? y : -1);
| ^
workoutplan.cpp:40:18: error: ‘y’ was not declared in this scope
40 | cout << (z ? y : -1);
| ^