Problem lunchbox
User BoneMeBurner
Submission Time 2023-03-06 17:21:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:12: error: ‘z’ was not declared in this scope
19 | cout << (z-1);
| ^
lunchbox.cpp:22:11: error: ‘z’ was not declared in this scope
22 | cout << z;
| ^