QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#506907 | #1252. Floyd-Warshall | egypt_ioi2024b_04 | WA | 1ms | 5856kb | C++20 | 2.0kb | 2024-08-06 01:53:58 | 2024-08-06 01:53:58 |
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: 5856kb
input:
4 5 2 3 4 3 4 3 4 2 2 1 3 1 1 2 9
output:
1
result:
ok answer is '1'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5660kb
input:
2 1 1 2 1000
output:
1
result:
wrong answer expected '0', found '1'