QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#409601#1979. GratitudeDiaosiCompile Error//C++14825b2024-05-12 12:59:252024-05-12 12:59:26

Details

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