QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472237 | #4925. Adjacent Pairs | GuanYunchang | Compile Error | / | / | C++17 | 9.9kb | 2024-07-11 15:12:21 | 2024-07-11 15:12:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:13: warning: #pragma system_header ignored outside include file 4 | #pragma GCC system_header | ^~~~~~~~~~~~~ answer.code:147:10: fatal error: pshpack2.h: No such file or directory 147 | #include <pshpack2.h> | ^~~~~~~~~~~~ compilation terminated.