QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#573131#9296. Golden Spiritucup-team4744#Compile Error//C++203.7kb2024-09-18 17:28:552024-09-18 17:28:56

Details

answer.code:145:2: error: ‘sfhwheuoifhwefhuiwef’ does not name a type
  145 | }sfhwheuoifhwefhuiwef
      |  ^~~~~~~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:44:16: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   44 |         freopen("I.in","r",stdin);
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~
answer.code:111:20: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  111 |         int T;scanf("%d",&T);
      |               ~~~~~^~~~~~~~~