QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#248312 | #7627. Phony | ucup-team1608# | WA | 1ms | 9792kb | C++17 | 2.5kb | 2023-11-11 18:19:15 | 2023-11-11 18:19:15 |
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: 9792kb
input:
3 5 5 7 3 9 A 3 C 1 A 2 C 2 A 3
output:
3 4 -1
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 9760kb
input:
5 8 8 294 928 293 392 719 A 4 C 200 A 5 C 10 A 2 C 120 A 1 A 3
output:
294 -2446744073709551609 -2446744073709551609 -2446744073709551609 -2446744073709551609
result:
wrong answer 2nd lines differ - expected: '200', found: '-2446744073709551609'