QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#526265 | #5604. Triangle Containment | ZhangYiDe | WA | 0ms | 3696kb | C++17 | 1.3kb | 2024-08-21 12:47:46 | 2024-08-21 12:47:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3560kb
input:
5 8 -8 1 1 -1 10 2 0 3 4 7 1 8 8 2 16
output:
0 12 0 0 8
result:
ok 5 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3696kb
input:
6 6 0 1 1 2 3 10 2 5 100 3 1 1000 3 5 10000 4 5 100000
output:
0 1000 1000 0 10 1000
result:
wrong answer 3rd lines differ - expected: '1010', found: '1000'