QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#833819 | #9068. Triple Sevens | xiaowuc1 | AC ✓ | 15ms | 10624kb | Python3 | 85b | 2024-12-27 03:42:58 | 2024-12-27 03:43:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 15ms
memory: 10584kb
input:
2 0 7 7 3 7 0
output:
777
result:
ok single line: '777'
Test #2:
score: 0
Accepted
time: 15ms
memory: 10520kb
input:
2 0 7 7 3 3 9
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 10ms
memory: 10580kb
input:
1 7 7 7
output:
777
result:
ok single line: '777'
Test #4:
score: 0
Accepted
time: 15ms
memory: 10464kb
input:
10 5 6 3 2 8 1 9 7 0 4 5 9 0 4 8 6 7 2 3 1 9 1 0 4 5 3 2 7 6 8
output:
777
result:
ok single line: '777'
Test #5:
score: 0
Accepted
time: 8ms
memory: 10476kb
input:
1 6 0 8
output:
0
result:
ok single line: '0'
Test #6:
score: 0
Accepted
time: 12ms
memory: 10584kb
input:
2 6 7 0 7 8 7
output:
777
result:
ok single line: '777'
Test #7:
score: 0
Accepted
time: 15ms
memory: 10460kb
input:
2 1 6 3 9 8 4
output:
0
result:
ok single line: '0'
Test #8:
score: 0
Accepted
time: 11ms
memory: 10588kb
input:
3 1 7 6 7 9 3 7 8 4
output:
777
result:
ok single line: '777'
Test #9:
score: 0
Accepted
time: 8ms
memory: 10520kb
input:
3 2 4 6 3 4 8 1 8 5
output:
0
result:
ok single line: '0'
Test #10:
score: 0
Accepted
time: 15ms
memory: 10624kb
input:
4 2 4 7 6 7 3 8 4 5 8 7 1
output:
777
result:
ok single line: '777'
Test #11:
score: 0
Accepted
time: 8ms
memory: 10476kb
input:
4 4 6 3 2 4 8 3 6 3 4 5 8
output:
0
result:
ok single line: '0'
Test #12:
score: 0
Accepted
time: 7ms
memory: 10508kb
input:
5 3 7 4 2 6 7 8 6 4 3 3 5 4 8 7
output:
777
result:
ok single line: '777'
Test #13:
score: 0
Accepted
time: 12ms
memory: 10520kb
input:
5 3 5 1 0 6 4 8 9 5 2 5 2 9 8 4
output:
0
result:
ok single line: '0'
Test #14:
score: 0
Accepted
time: 10ms
memory: 10520kb
input:
6 1 0 6 3 7 5 9 5 2 8 4 7 4 2 9 7 8 5
output:
777
result:
ok single line: '777'
Test #15:
score: 0
Accepted
time: 6ms
memory: 10580kb
input:
6 0 3 2 1 4 8 2 1 3 0 9 6 6 4 2 8 5 9
output:
0
result:
ok single line: '0'
Test #16:
score: 0
Accepted
time: 3ms
memory: 10476kb
input:
7 3 1 7 8 4 0 2 7 2 1 3 9 0 6 2 7 5 4 8 9 6
output:
777
result:
ok single line: '777'
Test #17:
score: 0
Accepted
time: 15ms
memory: 10520kb
input:
7 4 9 6 2 8 1 3 5 6 1 8 9 0 2 8 6 2 1 4 5 0
output:
0
result:
ok single line: '0'
Test #18:
score: 0
Accepted
time: 8ms
memory: 10464kb
input:
8 2 7 6 8 1 4 9 3 9 1 7 5 0 2 8 6 8 0 4 1 7 6 5 2
output:
777
result:
ok single line: '777'
Test #19:
score: 0
Accepted
time: 11ms
memory: 10452kb
input:
8 3 0 5 9 1 4 6 2 0 4 6 1 2 9 5 8 6 9 1 4 2 8 5 0
output:
0
result:
ok single line: '0'
Test #20:
score: 0
Accepted
time: 15ms
memory: 10580kb
input:
9 7 6 4 3 5 1 2 9 0 9 6 5 4 7 0 1 8 2 6 4 5 1 8 0 7 9 2
output:
777
result:
ok single line: '777'
Test #21:
score: 0
Accepted
time: 15ms
memory: 10464kb
input:
9 8 9 4 6 5 1 0 2 3 9 2 0 3 8 4 5 6 1 8 4 9 0 6 3 2 5 1
output:
0
result:
ok single line: '0'