QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~