You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the AtCoder server, proconio v0.3.6 is used. However proconio has
been improved since then without changing server-side bahavior. These
changes are released on the v0.3 series.
proconio is developed and maintained for AtCoder, so we can keep its
behavior compatible with the judge server's behavior on v0.3 series. We
can safely relax its requirement from `=0.3.6` to `^0.3.6`.
0 commit comments