QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367021#5159. Justice Servedlmq26052003Compile Error//C++201.4kb2024-03-25 16:01:232024-03-25 16:01:24

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:32:12: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   32 |       scanf("%d",&n);
      |       ~~~~~^~~~~~~~~
answer.code:35:16: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   35 |           scanf("%d%d",&qry[i].l,&qry[i].r);
      |           ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~