QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#49950 | #872. Joyful Numbers | ZhaoZiLong | WA | 3ms | 4268kb | C++11 | 560b | 2022-09-24 12:29:40 | 2022-09-24 12:29:42 |
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: 2ms
memory: 4268kb
input:
2 1 4
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: 0
Accepted
time: 1ms
memory: 4236kb
input:
1 1000000000
output:
7
result:
ok 1 number(s): "7"
Test #3:
score: 0
Accepted
time: 3ms
memory: 4248kb
input:
10 1 2 3 4 5 6 7 8 9 10
output:
1 2 2 2 3 3 2 2 3 3
result:
ok 10 numbers
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 4160kb
input:
10 999999991 999999992 999999993 999999994 999999995 999999996 999999997 999999998 999999999 1000000000
output:
3 4 4 6 6 5 5 4 4 7
result:
wrong answer 1st numbers differ - expected: '5', found: '3'