QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#174842 | #7131. Random points | ZhaoZiLong | WA | 1ms | 4040kb | C++20 | 1.9kb | 2023-09-10 13:54:16 | 2023-09-10 13:54:16 |
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: 100
Accepted
time: 0ms
memory: 4040kb
input:
3 0 0 0 1 1 0
output:
12
result:
ok 1 number(s): "12"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3840kb
input:
3 0 0 0 1 0 2
output:
11
result:
ok 1 number(s): "11"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 4016kb
input:
20 3 3 1 0 0 2 2 2 2 4 4 3 0 0 1 4 0 1 4 2 3 4 1 0 3 1 4 4 3 1 1 3 4 1 1 4 3 0 3 1
output:
6000530
result:
wrong answer 1st numbers differ - expected: '5996938', found: '6000530'