ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#47626 | #105. Hello, A * B | suda1727406045 | 100 | 167ms | 5272kb | Python3 | 167b | 2019-03-01 19:44:59 | 2019-03-01 21:31:45 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 16ms
memory: 5272kb
input:
-9223372036854775808 0
output:
0
result:
ok single line: '0'
Test #2:
score: 10
Accepted
time: 22ms
memory: 5268kb
input:
9223372036854775807 -1
output:
-9223372036854775807
result:
ok single line: '-9223372036854775807'
Test #3:
score: 10
Accepted
time: 22ms
memory: 5260kb
input:
4294967296 -2147483648
output:
-9223372036854775808
result:
ok single line: '-9223372036854775808'
Test #4:
score: 10
Accepted
time: 19ms
memory: 5264kb
input:
-4294967296 2147483648
output:
-9223372036854775808
result:
ok single line: '-9223372036854775808'
Test #5:
score: 10
Accepted
time: 19ms
memory: 5268kb
input:
-9223372036854775808 -1
output:
\b
result:
ok single line: '\b'
Test #6:
score: 10
Accepted
time: 14ms
memory: 5264kb
input:
4294967296 2147483648
output:
\b
result:
ok single line: '\b'
Test #7:
score: 10
Accepted
time: 11ms
memory: 5264kb
input:
-4294967296 -2147483648
output:
\b
result:
ok single line: '\b'
Test #8:
score: 10
Accepted
time: 17ms
memory: 5268kb
input:
9223372036854775808 2
output:
\b
result:
ok single line: '\b'
Test #9:
score: 10
Accepted
time: 9ms
memory: 5252kb
input:
77158673929 -119537721
output:
\b
result:
ok single line: '\b'
Test #10:
score: 10
Accepted
time: 18ms
memory: 5260kb
input:
9223372036854775807 0
output:
0
result:
ok single line: '0'