QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#643668#7436. Optimal Ordered Problem SolverHuluoboCompile Error//C++144.6kb2024-10-15 22:48:042024-10-15 22:48:04

Details

answer.code: In function ‘int main()’:
answer.code:141:9: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
  141 |         read(n,m);
      |         ^~~~
      |         fread
answer.code:191:25: error: ‘println’ was not declared in this scope; did you mean ‘rintl’?
  191 |                         println(0);
      |                         ^~~~~~~
      |                         rintl
answer.code:200:25: error: ‘println’ was not declared in this scope; did you mean ‘rintl’?
  200 |                         println(ans[i]);
      |                         ^~~~~~~
      |                         rintl