Problem waterbottles
User LovePeggingLucaBalsa
Submission Time 2026-01-19 18:55:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbottles.cpp: In function ‘int main()’:
waterbottles.cpp:9:5: error: ‘ll’ was not declared in this scope
9 | ll H, W, K;
| ^~
waterbottles.cpp:10:12: error: ‘H’ was not declared in this scope
10 | cin >> H >> W >> K;
| ^
waterbottles.cpp:10:17: error: ‘W’ was not declared in this scope
10 | cin >> H >> W >> K;
| ^
waterbottles.cpp:10:22: error: ‘K’ was not declared in this scope
10 | cin >> H >> W >> K;
| ^
waterbottles.cpp:12:7: error: expected ‘;’ before ‘total’
12 | ll total = 0;
| ^~~~~~
| ;
waterbottles.cpp:13:12: error: expected ‘;’ before ‘i’
13 | for (ll i = 0; i < H; i++) {
| ^~
| ;
waterbottles.cpp:13:20: error: ‘i’ was not declared in this scope
13 | for (ll i = 0; i &l