QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#367021 | #5159. Justice Served | lmq26052003 | Compile Error | / | / | C++20 | 1.4kb | 2024-03-25 16:01:23 | 2024-03-25 16:01:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~