QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#824262#9768. A + B = C Problemucup-team5323#WA 1ms7724kbC++14755b2024-12-21 13:21:592024-12-21 13:22:10

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 7724kb

input:

2
2 3 6
2 3 5

output:

YES
01
011
011100
NO

result:

wrong answer Incorrect solution, A+B!=C (test case 1)