QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#471339#8049. Equal Sumsegypt_ioi2024b_05Compile Error//C++203.6kb2024-07-10 20:38:442024-07-10 20:38:46

Details

answer.code: In function ‘int main()’:
answer.code:113:131: error: ‘start’ was not declared in this scope
  113 |     if(n == 500)cout << " time : " << double(chrono::duration_cast <chrono::microseconds> (chrono::high_resolution_clock::now() - start).count()) / 1000.0000 << '\n';
      |                                                                                                                                   ^~~~~