UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#47629#105. Hello, A * Bsuda18274060121001ms1200kbC++314b2019-03-01 19:46:532019-03-01 21:31:48

answer


详细

小提示:点击横条可展开更详细的信息

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'