QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#309707 | #8136. Rebellious Edge | ucup-team1206# | Compile Error | / | / | C++20 | 8.3kb | 2024-01-20 20:07:12 | 2024-01-20 20:07:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:9: warning: #pragma once in main file 1 | #pragma once | ^~~~ answer.code:2:10: fatal error: prelude.hpp: No such file or directory 2 | #include "prelude.hpp" | ^~~~~~~~~~~~~ compilation terminated.