QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94588 | #5674. Sum of Remainders | ZhangYiDe | WA | 1ms | 1624kb | C | 702b | 2023-04-06 19:27:30 | 2023-04-06 19:27:33 |
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: 0
Wrong Answer
time: 1ms
memory: 1624kb
input:
16 4 6 10 12 6 8 12 14 18 10 3 5 9 11 5 7
output:
teat=1 a[i]=4 count==0 teat=2 a[i]=6 count==1 2 teat=3 a[i]=9 count==0 teat=4 a[i]=12 count==0 teat=5 a[i]=5 count==2 5 5 teat=6 a[i]=6 count==0 teat=7 a[i]=7 count==0 teat=8 a[i]=8 count==0 teat=9 a[i]=9 count==0 teat=10 a[i]=10 count==0 teat=11 a[i]=0 count==1 11 teat=12 a[i]=0 count==0 teat=1...
result:
wrong answer 1st lines differ - expected: '4 2 5 5 11', found: 'teat=1 a[i]=4 count==0'