ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#99711 | #1114. 约数之和 | Choimoe | 100 | 0ms | 1124kb | C++ | 777b | 2020-02-23 19:26:33 | 2020-02-23 19:26:34 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
7
output:
0
result:
ok single line: '0'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
789
output:
266
result:
ok single line: '266'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1124kb
input:
453
output:
154
result:
ok single line: '154'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
67
output:
0
result:
ok single line: '0'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
46
output:
25
result:
ok single line: '25'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1124kb
input:
42
output:
53
result:
ok single line: '53'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1124kb
input:
1
output:
0
result:
ok single line: '0'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1124kb
input:
12
output:
15
result:
ok single line: '15'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1124kb
input:
4
output:
2
result:
ok single line: '2'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1120kb
input:
15
output:
8
result:
ok single line: '8'