-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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