**Before watching this make sure that you’ve tried enough**
#include<stdio.h> int main() { int A,B,C,s; double area; for(;;){ scanf("%d",&A); if(A==0)break; scanf("%d %d",&B,&C); area = A*B*100.0/C; for(s=1;s*s<=area;s++) s--; printf("%d\n",s); } return 0; }
If this solution helped you, please share this with your friends.
And if you have anything to say, let me know in the comment section.
More solutions are coming so Like our Facebook page and Subscribe to our YouTube channel to stay connected.
this code is not working. fix it
This should work. I uploaded the same code and it worked.
submit it on uri 1541 number problem and you will get
Time limit exceeded error. see again. Thank you!