QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#794904 | #9799. Magical Palette | ucup-team2826# | WA | 4ms | 3900kb | C++14 | 465b | 2024-11-30 16:45:48 | 2024-11-30 16:45:52 |
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: 3808kb
input:
2 2 3 2 2
output:
Yes 1 4 1 3 5 No
result:
ok 2 cases (2 test cases)
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 3900kb
input:
1 1 1000000
output:
Yes 1
result:
wrong output format Unexpected end of file - int32 expected (test case 1)