QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367018#5158. Interview Questionlmq26052003Compile Error//C++201.4kb2024-03-25 16:00:342024-03-25 16:00:34

Details

answer.code:3:17: error: ‘__gnu_pbds’ is not a namespace-name
    3 | using namespace __gnu_pbds;
      |                 ^~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:13:12: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   13 |       scanf("%d%d",&a,&b);
      |       ~~~~~^~~~~~~~~~~~~~