QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#879449#9695. Trash Problemucup-team5101#Compile Error//C++234.9kb2025-02-02 02:38:372025-02-02 02:38:38

Details

answer.code: In function ‘void Solve()’:
answer.code:147:30: error: ‘Find_First’ was not declared in this scope
  147 |                     int ff = Find_First(T);
      |                              ^~~~~~~~~~
answer.code:82:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   82 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
answer.code:84:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   84 |         scanf("%s",p[i]);
      |         ~~~~~^~~~~~~~~~~