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