QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#94297#5680. You You See What?GuanYunchangCompile Error//C++952b2023-04-05 17:02:412023-04-05 17:02:43

Details

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