Problem xuehuapiaopiao
User PerihelionfromAphelion
Submission Time 2026-07-31 20:21:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xuehuapiaopiao.cpp: In function ‘int main()’:
xuehuapiaopiao.cpp:18:15: error: redeclaration of ‘std::vector<int> v’
18 | vector <int> v(k);
| ^
xuehuapiaopiao.cpp:10:15: note: ‘std::vector<int> v’ previously declared here
10 | vector <int> v(n);
| ^
xuehuapiaopiao.cpp:29:11: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
29 | cout << cnt << "\n";
| ^~~
| int