Problem distribution
User PlayVoltz
Submission Time 2024-07-04 00:22:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

distribution.cpp: In function ‘std::vector<long long int> gen(long long int, long long int)’:
distribution.cpp:37:19: error: expected ‘;’ before ‘)’ token
37 | for (int i=0; i<n){
| ^
| ;