Problem matsuri
User PlayVoltz
Submission Time 2023-08-14 18:14:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

matsuri.cpp: In function ‘int main()’:
matsuri.cpp:35:13: error: redeclaration of ‘std::vector<long long int> fvect’
35 | vector<ll> fvect(n, 0);
| ^~~~~
matsuri.cpp:30:14: note: ‘std::vector<long long int> fvect’ previously declared here
30 | vector <ll> fvect(n, 0);
| ^~~~~