UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#47626#105. Hello, A * Bsuda1727406045100167ms5272kbPython3167b2019-03-01 19:44:592019-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'