I am getting RTE on test case 7 but I can't understand why I am getting Run Time Error. Everything seems ok to me. Plz anyone help me.
problem:
https://codeforces.net/contest/1399/problem/D My solution:
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 169 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 161 |
5 | djm03178 | 158 |
6 | -is-this-fft- | 157 |
7 | adamant | 155 |
8 | awoo | 154 |
8 | Dominater069 | 154 |
10 | luogu_official | 150 |
I am getting RTE on test case 7 but I can't understand why I am getting Run Time Error. Everything seems ok to me. Plz anyone help me.
problem:
https://codeforces.net/contest/1399/problem/D My solution:
Codeforces Round #648 (Div. 2) problem number C.
I am getting TLE in test case 8. This TLE is for log function that I have used in my code. The first number of test case:8 is "576460752303423487". The two base log of "576460752303423487" should be 58 but I am getting 59 that is why I am getting TLE.
long long x, xx; x=log2(n); xx=(ll)pow(2, x);
In this case xx is greater than n, but why? for this reason I am getting TLE. What should I do in this case?
My problem is here 1362C - Johnny and Another Rating Drop My submission is also here 82543228
Name |
---|