How can we add new test case to the problem which may fail many of AC solutions?
example -------
In this question (https://codeforces.net/problemset/problem/121/A) if we add a test case (1 1000000000) the following AC solution https://codeforces.net/contest/121/submission/55314787 fails.