QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#367018 | #5158. Interview Question | lmq26052003 | Compile Error | / | / | C++20 | 1.4kb | 2024-03-25 16:00:34 | 2024-03-25 16:00:34 |
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: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); | ~~~~~^~~~~~~~~~~~~~