QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#163298 | #4218. Hidden Graph | alch07 | RE | 0ms | 3780kb | C++14 | 3.3kb | 2023-09-03 23:57:06 | 2023-09-03 23:57:07 |
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: 3780kb
input:
3 1 2 -1 -1 1 3 -1 -1 2 3 -1 -1
output:
? 2 2 1 ? 1 2 ? 2 3 1 ? 1 3 ? 2 3 2 ? 1 3 ! 3 1 2 1 3 2 3
result:
ok correct
Test #2:
score: -100
Dangerous Syscalls
input:
10 1 2 -1 -1 1 3 -1 -1 -1 -1
output:
? 2 2 1 ? 1 2 ? 2 3 1 ? 1 3 ? 2 3 2