QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#642908 | #5144. Set of Intervals | MaMengQi | WA | 0ms | 3828kb | C++23 | 2.1kb | 2024-10-15 17:00:03 | 2024-10-15 17:00:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3828kb
input:
4 1 1 1000000000 2 1 1000000000 1 1000000000 4 1 2 3 4 5 6 7 8 4 1 3 2 4 5 8 6 7
output:
1 *1 1000000000 *1 1000000000 499999999500000000 26 28
result:
wrong output format Expected integer, but "*1" found