Problem(July Long Challenge): Pishty and Tree
I have confusion regarding Timing Constraints given in Problem.
–>On Problem page time limit is 1.5 secs.
–>Here is my Result stats.
–>SubTask 1, 2 ==> AC (Time < 1s)
–>SubTask3–Task#4==>AC(Time==2.670000 s)
–>SubTask3–Task#5==>TLE(Time==3.010000 s)
Please Clear the doubts ASAP.
Q1]. If Time Limit is 1.5s then why Task#4 get AC??
Q2]. Does above question implies that time limit is > 1.5?? If yes then how much?
Q3]. Is it because of different languages?? (I use JAVA)