Isn't there a way for me to find the test cases which are hitting wrong on codeforces platform. Here is my submission :
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | orzdevinwang | 3844 |
3 | jqdai0815 | 3682 |
4 | jiangly | 3618 |
5 | Benq | 3529 |
6 | ksun48 | 3489 |
7 | Radewoosh | 3483 |
8 | Kevin114514 | 3443 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | atcoder_official | 162 |
3 | maomao90 | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 155 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
10 | djm03178 | 152 |
Isn't there a way for me to find the test cases which are hitting wrong on codeforces platform. Here is my submission :
My solution to the problem 1665C - Tree Infection : 153109990 gives WA on test6 and i am unable to find the corner case . If possible, please help correcting my solution
i was on this problem for a while 1538G - Подарочный набор , i wrote my code 120665262 / https://codeforces.me/contest/1538/submission/120665262 for solution.
it gives WA on test case 2 where 1103rd numbers do not match.
i used basic geometry to solve the problem.(mayb its called linear programming — i dont know exactly.)
Anyone having suggestions what m doing wrong here. THANKS.
I was trying to solve 1529C - Parsa's Humongous Tree.
i used the below code which gave memory limit exceeded.
then i used fill() instead of clear() function which was also used in the tutorials. And i got my soln ac.
I used clear() in first code whereas fill() in the later one. WHAT IS THE DIFFERENCE BETWEEN THOSE TWO??
Name |
---|