Submission #24856195


Source Code Expand

a, b = map(int, input().split())

res = a ^ b
print(res)

Submission Info

Submission Time
Task A - Bitwise Exclusive Or
User cubesat
Language Python (3.8.2)
Score 100
Code Size 59 Byte
Status AC
Exec Time 23 ms
Memory 9144 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, hand_03.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt AC 20 ms 9052 KiB
hand_02.txt AC 18 ms 8852 KiB
hand_03.txt AC 19 ms 8852 KiB
random_01.txt AC 21 ms 8856 KiB
random_02.txt AC 20 ms 9084 KiB
random_03.txt AC 20 ms 9144 KiB
random_04.txt AC 21 ms 9012 KiB
random_05.txt AC 18 ms 8848 KiB
sample_01.txt AC 20 ms 8972 KiB
sample_02.txt AC 23 ms 9012 KiB