QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#174958 | #7125. Bipartite graph coloring | HuangHanSheng | WA | 1ms | 3160kb | C++23 | 1.6kb | 2023-09-10 14:55:24 | 2023-09-10 14:55:24 |
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: 1ms
memory: 3160kb
input:
2 1 1 2 1 2 3 4
output:
10
result:
ok 1 number(s): "10"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3132kb
input:
3 2 1 2 1 0 0 1 2 3 1 0 0 1
output:
2
result:
ok 1 number(s): "2"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3048kb
input:
6 8 4 2 515760416 192548286 750928404 630204195 4 1 96990010 930195875 743856200 974291870 2 3 916367011 683998013 106243265 629858251 3 1 488938 818633505 75427039 856431926 6 1 825040499 416616900 901278683 182586700 5 1 956237108 946175708 713459401 187609111 2 6 571450128 953143810 29614163 2898...
output:
812578863
result:
wrong answer 1st numbers differ - expected: '875018157', found: '812578863'