0_0_18492457_16294.cpp: In function 'int main()':
0_0_18492457_16294.cpp:27:65: error: 'w' was not declared in this scope
for(int j = 0, tpmw = d, tmpv = 0; j <= limit; j++, tmpw += w[i], tmpv += v[i]) {
^
0_0_18492457_16294.cpp:27:79: error: 'v' was not declared in this scope
for(int j = 0, tpmw = d, tmpv = 0; j <= limit; j++, tmpw += w[i], tmpv += v[i]) {
^
|