QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#674502 | #6770. Ants | ucup-team1882# | WA | 1ms | 5844kb | C++14 | 1015b | 2024-10-25 16:09:25 | 2024-10-25 16:09:26 |
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: 5804kb
input:
2 2 4 2 3 0 1
output:
4000000001
result:
ok single line: '4000000001'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5844kb
input:
1 1000000000 1000000000 500000000 0
output:
999999999999999999
result:
wrong answer 1st lines differ - expected: '2000000002500000000', found: '999999999999999999'