Today, I submitted a code on Codeforces, and it got a WA on test 2. When I looked up what is wrong with my code, 312665141 it says "wrong answer 5th numbers differ — expected: '3', found: '6' ", but when I try my code on compiler, it gave me actual value. So, how can I fix it?



