QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#443977 | #8584. 바이러스 | HuangHanSheng | Compile Error | / | / | C++23 | 3.9kb | 2024-06-15 16:58:13 | 2024-06-15 17:04:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘std::vector<long long int> find_spread(int, int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:130:12: error: could not convert ‘ans’ from ‘vector<int>’ to ‘vector<long long int>’ 130 | return ans; | ^~~ | | | vector<int>