Problem thumper2
User maximushartanto
Submission Time 2026-02-14 14:00:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp: In function ‘int main()’:
thumper2.cpp:78:13: error: ‘k’ was not declared in this scope
78 | i64 u = y[k] - x[k];
| ^
thumper2.cpp:88:10: error: ‘i’ was not declared in this scope
88 | if (pu[i] > 0){
| ^
thumper2.cpp:91:10: error: ‘i’ was not declared in this scope
91 | if (pu[i] < us.size() - 1){
| ^
thumper2.cpp:94:10: error: ‘i’ was not declared in this scope
94 | if (pd[i] > 0){
| ^
thumper2.cpp:97:10: error: ‘i’ was not declared in this scope
97 | if (pd[i] < ds.size() - 1){
| ^