You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Dear concern, I have made 10 wrong submissions just for this problem.. Just because of a simple constrain issue. Correct me if I am wrong, I literally feel like a fool right now. The constrain for the current batsman run was (1<=r2<=r1). As I understood, the inputs was like r2 can never cross r1. At most, it could be r2==r1. I really submitted 11 times, and the time I got it accepted, I wrote a condition for required run rate to check if r1<r2.. AND THEN...... The green Accepted sign appeared. Made me lose my sanity for an Easy problem.
Please provide the information below:
Problem Link: https://lightoj.com/problem/dimik-run-rate-1
Issue: Dear concern, I have made 10 wrong submissions just for this problem.. Just because of a simple constrain issue. Correct me if I am wrong, I literally feel like a fool right now. The constrain for the current batsman run was (1<=r2<=r1). As I understood, the inputs was like r2 can never cross r1. At most, it could be r2==r1. I really submitted 11 times, and the time I got it accepted, I wrote a condition for required run rate to check if r1<r2.. AND THEN...... The green Accepted sign appeared. Made me lose my sanity for an Easy problem.
Code or submission link: 1st wrong submission: and accepted one
Test case content:
2
300 294 6
200 100 100
The text was updated successfully, but these errors were encountered: