QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42695#3788. Funny Car RacingMaMengQiCompile Error//C++20943b2022-08-03 15:12:212022-08-03 15:12:22

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