QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#687648#1977. The Last SupperMaMengQiWA 18ms58824kbC++171.3kb2024-10-29 20:13:152024-10-29 20:13:16

详细

Test #1:

score: 100
Accepted
time: 10ms
memory: 56304kb

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: 4ms
memory: 56328kb

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: 18ms
memory: 58824kb

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:


result:

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