QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#443184 | #8584. 바이러스 | ZhaoZiLong | Compile Error | / | / | C++20 | 1.9kb | 2024-06-15 14:42:26 | 2024-06-15 16:43:34 |
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:44:14: error: expected initializer before ‘check’ 44 | long ong check[m] = {}; | ^~~~~ answer.code:46:9: error: ‘check’ was not declared in this scope 46 | check[i] = -1; | ^~~~~ answer.code:48:5: error: ‘check’ was not declared in this scope 48 | check[0] = 0; | ^~~~~