Tagged Questions

0
votes
1answer
108 views

ACM dropping balls

Below is the code that I have copied from link http://progspedia.blogspot.com/2011/05/679-dropping-balls.html#comment-form #include<stdio.h> int main() { int t,D,I,P,i,j; ...