ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#47629 | #105. Hello, A * B | suda1827406012 | 100 | 1ms | 1200kb | C++ | 314b | 2019-03-01 19:46:53 | 2019-03-01 21:31:48 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
-9223372036854775808 0
output:
0
result:
ok single line: ' 0'
Test #2:
score: 10
Accepted
time: 1ms
memory: 1192kb
input:
9223372036854775807 -1
output:
-9223372036854775807
result:
ok single line: '-9223372036854775807'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1192kb
input:
4294967296 -2147483648
output:
-9223372036854775808
result:
ok single line: '-9223372036854775808'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
-4294967296 2147483648
output:
-9223372036854775808
result:
ok single line: '-9223372036854775808'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
-9223372036854775808 -1
output:
\b
result:
ok single line: '\b'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
4294967296 2147483648
output:
\b
result:
ok single line: '\b'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
-4294967296 -2147483648
output:
\b
result:
ok single line: '\b'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1180kb
input:
9223372036854775808 2
output:
\b
result:
ok single line: '\b'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1176kb
input:
77158673929 -119537721
output:
\b
result:
ok single line: '\b'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
9223372036854775807 0
output:
0
result:
ok single line: ' 0'