QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#868996#8470. Deep AbyssqiuzxRE 1ms3712kbC++203.2kb2025-01-24 22:01:362025-01-24 22:01:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3712kb

input:

x = x | 0x19260817

output:

0x19260817

result:

ok single line: '0x19260817'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3712kb

input:

x = x ^ 0xdeadbeef

output:

:(

result:

ok single line: ':('

Test #3:

score: 0
Accepted
time: 0ms
memory: 3584kb

input:

y = ~x << 3
z = ~x >> 2
w = x & ~0xa
k = ~x ^ 0xc
k = k << 1
k = k >> 2
x = y ^ z
p = k ^ w
x = x ^ p

output:

0x9a83dcd41ee6a0f73507b9a83dcd41ef

result:

ok single line: '0x9a83dcd41ee6a0f73507b9a83dcd41ef'

Test #4:

score: 0
Accepted
time: 1ms
memory: 3584kb

input:

x = x | 0x1
x = x << 128

output:

0x0

result:

ok single line: '0x0'

Test #5:

score: -100
Runtime Error

input:

a = ~0x85522c8627b00dcca8fced5dd3a64c94 << 106
a = 0x5729d5527c42197253400fdf189d7efe ^ ~a
a = a << 100
a = ~a << 43
b = 0xac8fc62f86ad065e524cc53a43d0b6de
b = b | ~0xe3efc9deb90a9ad986dc134ce403b83d
b = ~b << 7
b = a ^ ~b
c = a >> 58
c = c << 110
c = c & ~0xe42400e7403aaf75fc20b521bc485f98
c = ~0x4...

output:


result: