QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#870006#8791. Tasks and Bugsucup-team6235#Compile Error//C++14826b2025-01-25 14:23:212025-01-25 14:23:27

Details

answer.code: In function ‘int main()’:
answer.code:17:12: error: ‘gets’ was not declared in this scope; did you mean ‘getw’?
   17 |         if(gets(s)==NULL)break;
      |            ^~~~
      |            getw
answer.code:15:12: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   15 |     freopen("111.txt","r",stdin);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~