ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#95353 | #1120. 大整数减法 | hjt | 100 | 0ms | 1236kb | C++ | 929b | 2020-02-18 23:15:38 | 2020-02-18 23:15:39 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1216kb
input:
1212121212121212 9696969696969696969
output:
-9695757575757575757
result:
ok single line: '-9695757575757575757'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1236kb
input:
123 456
output:
-333
result:
ok single line: '-333'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1212kb
input:
0 5
output:
-5
result:
ok single line: '-5'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1236kb
input:
111 555
output:
-444
result:
ok single line: '-444'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1228kb
input:
7654321 1234567
output:
6419754
result:
ok single line: '6419754'