QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#605478 | #9250. Max GCD | ucup-team5045 | Compile Error | / | / | C++14 | 2.1kb | 2024-10-02 17:26:09 | 2024-10-02 17:26:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void get(int, int)’: answer.code:41:35: error: ‘class std::queue<int>’ has no member named ‘pop_back’ 41 | while(qt[j].back()==now)qt[j].pop_back(); | ^~~~~~~~ answer.code: In function ‘int main()’: answer.code:54:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 54 | scanf("%d%d",&n,&q); | ~~~~~^~~~~~~~~~~~~~ answer.code:56:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 56 | scanf("%d",&ai[i]); | ~~~~~^~~~~~~~~~~~~ answer.code:59:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 59 | scanf("%d%d",&a,&b); | ~~~~~^~~~~~~~~~~~~~