QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#794896 | #5144. Set of Intervals | xyj | WA | 0ms | 3984kb | C++11 | 1.9kb | 2024-11-30 16:43:11 | 2024-11-30 16:43:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3984kb
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 49999999950000000026 28
result:
wrong output format Expected int64, but "49999999950000000026" found