QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#870007#8791. Tasks and Bugsucup-team6235#Compile Error//C++14791b2025-01-25 14:23:362025-01-25 14:23:38

Details

answer.code: In function ‘int main()’:
answer.code:16:12: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
   16 |         if(gets(s)==NULL)break;
      |            ^~~~
      |            getw