|
|
back to boardTests are weak. I think, testset is not enough. Please, add such test: #include <cstdio> int main() { int N = 10000; double k = 1.5; printf("%lf %lf\n", 0.0, N * (k + 1)); printf("%d\n", N); for (int i = 0; i < N; i++) printf("%d %.1lf\n", i, i + 1.5 * N); return 0; } You are right. We'll investigate the problem and add new tests. (-) Re: You are right. We'll investigate the problem and add new tests. (-) Thank you for the answer. Re: You are right. We'll investigate the problem and add new tests. (-) The problem is rejudged. TL now is 0.5 sec. |
|
|