QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42694#3788. Funny Car RacingZhaoZiLongCompile Error//C++14943b2022-08-03 15:11:592022-08-03 15:12:01

Details

answer.code: In function ‘int main()’:
answer.code:11:16: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’?
   11 |         while (scanf_s("%d%d%d%d", &n, &m, &s, &tn) != EOF) {
      |                ^~~~~~~
      |                scanf