QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#545120#95. Radix5un_xiaomivita_mboxCompile Error//C++235.1kb2024-09-02 22:53:362024-09-02 22:53:36

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