1
1
Fork 0

Fixed wrong answer placeholders

This commit is contained in:
Svetlana Isakova 2020-09-26 23:06:24 +02:00
parent 04b0df8e46
commit 0501448855
2 changed files with 9 additions and 8 deletions

View File

@ -6,5 +6,14 @@ files:
- offset: 101
length: 27
placeholder_text: // TODO
- offset: 274
length: 39
placeholder_text: // TODO
- offset: 526
length: 34
placeholder_text: // TODO
- offset: 912
length: 55
placeholder_text: // TODO
- name: test/Tests.kt
visible: false

View File

@ -21,13 +21,5 @@ files:
fun poll(): E = removeAt(0)
}
- offset: 752
length: 17
placeholder_text: stack[0] eq 1
- offset: 943
length: 45
placeholder_text: |-
queue.add(2, "???")
queue[2] eq "???"
- name: test/Tests.kt
visible: false