ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94172 | #1121. 大整数乘法 | wlzhouzhuan | 100 | 2ms | 1256kb | C++11 | 11.0kb | 2020-02-17 22:06:34 | 2020-02-17 22:06:35 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1248kb
input:
1111 1111
output:
1234321
result:
ok single line: '1234321'
Test #2:
score: 20
Accepted
time: 1ms
memory: 1256kb
input:
564949849 156161616489
output:
88223481655056460161
result:
ok single line: '88223481655056460161'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1252kb
input:
13456789 456789132
output:
6146914966817148
result:
ok single line: '6146914966817148'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1252kb
input:
654778913 1345654789
output:
881106380014664357
result:
ok single line: '881106380014664357'
Test #5:
score: 20
Accepted
time: 1ms
memory: 1252kb
input:
44445555 11112222
output:
493888874073210
result:
ok single line: '493888874073210'