QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#276313#7879. Colorful Balloonsucup-team2667WA 0ms3800kbC++14950b2023-12-05 19:44:512023-12-05 19:44:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
red
green
red
red
blue

output:

red

result:

ok "red"

Test #2:

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

input:

3
red
blue
yellow

output:

uh-oh

result:

ok "uh-oh"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3800kb

input:

1
abc

output:

1

result:

wrong answer 1st words differ - expected: 'abc', found: '1'