ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#95670 | #1114. 约数之和 | wjoyjy | 100 | 1ms | 1200kb | C++ | 214b | 2020-02-19 14:53:00 | 2020-02-19 14:53:00 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
7
output:
0
result:
ok single line: '0'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
789
output:
266
result:
ok single line: '266'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
453
output:
154
result:
ok single line: '154'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
67
output:
0
result:
ok single line: '0'
Test #5:
score: 10
Accepted
time: 1ms
memory: 1196kb
input:
46
output:
25
result:
ok single line: '25'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
42
output:
53
result:
ok single line: '53'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
1
output:
0
result:
ok single line: '0'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
12
output:
15
result:
ok single line: '15'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
4
output:
2
result:
ok single line: '2'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
15
output:
8
result:
ok single line: '8'