QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#687599#1977. The Last SupperMaMengQiWA 36ms60664kbC++171.2kb2024-10-29 19:55:412024-10-29 19:55:42

详细

Test #1:

score: 100
Accepted
time: 4ms
memory: 54860kb

input:

3 1 3
2
1 L
2 L
3 L

output:

 1 2

result:

ok single line: ' 1 2'

Test #2:

score: 0
Accepted
time: 13ms
memory: 56004kb

input:

3 2 2
2 3
1 R
3 R

output:

 1 3

result:

ok single line: ' 1 3'

Test #3:

score: -100
Wrong Answer
time: 36ms
memory: 60664kb

input:

400 260 100000
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 226 227 228 229 230 231 232 233 234 235...

output:

 24

result:

wrong answer 1st lines differ - expected: '346 347 348 349 350 351 352 353 354 355 356 357 358', found: ' 24'