QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776872 | #3858. Systematic salesman | ucup-team425# | Compile Error | / | / | C++20 | 5.0kb | 2024-11-23 21:25:10 | 2024-11-23 21:25:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:22: warning: missing terminating " character 1 | #pragma GCC optimize("O3 | ^ answer.code:1:22: error: missing terminating " character 1 | #pragma GCC optimize("O3 | ^~~ answer.code:1:21: warning: ‘#pragma GCC optimize’ is not a string or number [-Wpragmas] 1 | #pragma GCC optimize("O3 | ^