QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#566414#95. Radix3un_larryfuncCompile Error//C++145.1kb2024-09-16 00:04:012024-09-16 00:04:07

Details

answer.code: In function ‘int main()’:
answer.code:231:5: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
  231 |     gets(s);
      |     ^~~~
      |     getw