ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 2106. Deserialization

Weak tests
Posted by Izaron 28 Jul 2017 12:08
My AC program had TL when we have this test (with a log of garbage, but still acceptable by task conditions)

131 393
struct used
.int
.int
struct aa
.int
.int
struct ab
.aa
.aa
struct ac
.ab
.ab
// many lines......
struct ew
.ev
.ev
struct ex
.ew
.ew
struct ey
.ex
.ex
struct ez
.ey
.ey
000000010000000200000003

Can you add this? Link to full test - https://gist.github.com/Izaron/1a4fd5894f45fafc2d6d46f0f8d81ce3