Problem | waterbottles |
---|---|
User | avner21 |
Submission Time | 2023-05-05 15:20:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
waterbottles.cpp: In function ‘int main()’:
waterbottles.cpp:4:53: error: expected ‘;’ before ‘int’
4 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0)
| ^
| ;
5 | int h,w,k;
| ~~~
waterbottles.cpp:6:12: error: ‘h’ was not declared in this scope
6 | cin >> h >> w >> k;
| ^
waterbottles.cpp:6:17: error: ‘w’ was not declared in this scope
6 | cin >> h >> w >> k;
| ^
waterbottles.cpp:6:22: error: ‘k’ was not declared in this scope
6 | cin >> h >> w >> k;
| ^