QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97180 | #3614. Math Trade | GuanYunchang | WA | 2ms | 3396kb | C++ | 1.1kb | 2023-04-16 16:08:14 | 2023-04-16 16:08:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3324kb
input:
4 Sally Clock Doll Steve Doll Painting Carlos Painting Clock Maria Candlestick Vase
output:
3
result:
ok single line: '3'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3244kb
input:
4 Abby Bottlecap Card Bob Card Spoon Chris Spoon Chair Dan Pencil Pen
output:
No trades possible
result:
ok single line: 'No trades possible'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3396kb
input:
10 P0 I0 I0X P1 I1 I2 P2 I2 I9 P3 I3 I7 P4 I4 I6 P5 I5 I3 P6 I6 I1 P7 I7 I8 P8 I8 I5 P9 I9 I4
output:
7
result:
wrong answer 1st lines differ - expected: '5', found: '7'