QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443184#8584. 바이러스ZhaoZiLongCompile Error//C++201.9kb2024-06-15 14:42:262024-06-15 16:43:34

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;
      |     ^~~~~