Problem boxinbox2
User guru1396
Submission Time 2024-12-16 11:34:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxinbox2.cpp: In function ‘int main()’:
boxinbox2.cpp:55:9: error: ‘Vx’ was not declared in this scope; did you mean ‘V’?
55 | num+=Vx-x+1;
| ^~
| V
boxinbox2.cpp:56:9: error: ‘Vy’ was not declared in this scope; did you mean ‘V’?
56 | num+=Vy-y+1;
| ^~
| V
boxinbox2.cpp:57:9: error: ‘Vz’ was not declared in this scope; did you mean ‘V’?
57 | num+=Vz-z+1;
| ^~
| V