QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#271538#7879. Colorful Balloonsucup-team2334#WA 0ms3788kbC++23662b2023-12-02 13:13:452023-12-02 13:13:45

详细

Test #1:

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

input:

5
red
green
red
red
blue

output:

red

result:

ok "red"

Test #2:

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

input:

3
red
blue
yellow

output:

oh-uh

result:

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