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
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
Far too many times I find myself running cf submit immediately after cf test passes. It would be useful if cf test would warn me that the problem requires non-standard IO, so that I would add the corresponding freopen statements to my C++ source code before submitting the code instead of getting a RE on test 1.
Consider this question: https://codeforces.com/problemset/problem/35/D It uses non-standard IO.
Far too many times I find myself running
cf submitimmediately aftercf testpasses. It would be useful ifcf testwould warn me that the problem requires non-standard IO, so that I would add the correspondingfreopenstatements to my C++ source code before submitting the code instead of getting a RE on test 1.