Comments

Problem : 655D - Robot Rapping Results Report

LOL, my submission got AC, but my solution(16818709) doesn't work on test:

3 2

1 2

1 3

My output : 2

Right answer : -1

WHAT???? HOW???

...very good tests...

On yummyCROC 2016 — Elimination, 10 years ago
+26

LOL, my solution(16818709) doesn't work on test:

3 2

1 2

1 3

My output : 2

Right answer : -1

WHAT???? HOW???

...very good tests...

On yummyCROC 2016 — Elimination, 10 years ago
+21

My submission got AC, but i found test, where my code failed

Problem : 645D - Репортаж Результатов Рэпа Роботов

7 6

1 2

2 3

3 4

4 5

3 6

6 7

My output: 6

Right answer: -1

Code : 16818709