QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#88028 | #4966. Decimal XOR | xiaowuc1 | AC ✓ | 2ms | 3440kb | C++17 | 2.2kb | 2023-03-14 23:14:05 | 2023-03-14 23:14:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3348kb
input:
22776 15954
output:
09099
result:
ok single line: '09099'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3260kb
input:
29 18908
output:
09900
result:
ok single line: '09900'
Test #3:
score: 0
Accepted
time: 2ms
memory: 3296kb
input:
18908 29
output:
09900
result:
ok single line: '09900'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3440kb
input:
0 0
output:
0
result:
ok single line: '0'
Test #5:
score: 0
Accepted
time: 2ms
memory: 3360kb
input:
0 999999
output:
999999
result:
ok single line: '999999'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3364kb
input:
999999 0
output:
999999
result:
ok single line: '999999'
Test #7:
score: 0
Accepted
time: 2ms
memory: 3388kb
input:
999999 999999
output:
000000
result:
ok single line: '000000'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3300kb
input:
102102 111222
output:
000000
result:
ok single line: '000000'
Test #9:
score: 0
Accepted
time: 2ms
memory: 3368kb
input:
789789 777888
output:
000000
result:
ok single line: '000000'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3260kb
input:
456456 555666
output:
999999
result:
ok single line: '999999'
Test #11:
score: 0
Accepted
time: 2ms
memory: 3260kb
input:
111 102345
output:
000999
result:
ok single line: '000999'
Test #12:
score: 0
Accepted
time: 2ms
memory: 3316kb
input:
200 6789
output:
9999
result:
ok single line: '9999'
Test #13:
score: 0
Accepted
time: 2ms
memory: 3392kb
input:
3456 1023
output:
9999
result:
ok single line: '9999'
Test #14:
score: 0
Accepted
time: 2ms
memory: 3292kb
input:
3456 4567
output:
9999
result:
ok single line: '9999'
Test #15:
score: 0
Accepted
time: 1ms
memory: 3432kb
input:
34 89
output:
99
result:
ok single line: '99'
Test #16:
score: 0
Accepted
time: 2ms
memory: 3320kb
input:
789789 102345
output:
999999
result:
ok single line: '999999'
Test #17:
score: 0
Accepted
time: 2ms
memory: 3324kb
input:
7897 6789
output:
9000
result:
ok single line: '9000'
Test #18:
score: 0
Accepted
time: 2ms
memory: 3296kb
input:
666666 55555
output:
999999
result:
ok single line: '999999'
Test #19:
score: 0
Accepted
time: 2ms
memory: 3432kb
input:
333 4444
output:
9999
result:
ok single line: '9999'
Test #20:
score: 0
Accepted
time: 2ms
memory: 3352kb
input:
22 1
output:
00
result:
ok single line: '00'