QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155806 | #7118. Closing Time | 3omar_ahmed | Compile Error | / | / | C++20 | 4.1kb | 2023-09-02 06:48:33 | 2024-04-28 06:49:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:66:9: error: redefinition of ‘std::mt19937 rng’ 66 | mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); | ^~~ answer.code:9:9: note: ‘std::mt19937 rng’ previously declared here 9 | mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); | ^~~ answer.code:68:5: error: redefinition of ‘int max_score(int, int, int, long long int, std::vector<int>, std::vector<int>, std::vector<int>)’ 68 | int max_score(int n, int x, int y, ll K, vector < int > u, vector < int > v, vector < int > w) { | ^~~~~~~~~ answer.code:11:5: note: ‘int max_score(int, int, int, long long int, std::vector<int>, std::vector<int>, std::vector<int>)’ previously defined here 11 | int max_score(int n, int x, int y, ll K, vector < int > u, vector < int > v, vector < int > w) { | ^~~~~~~~~