0
Where is my mistake?
I wonder where is my mistake in here. It didnt pass the hidden case. So idk what value it failed. https://code.sololearn.com/cORS8xGZ1Ze7/?ref=app
2 odpowiedzi
0
use : printf("%.f",ceil(total));
instead of : cout << total ;
I wonder where is my mistake in here. It didnt pass the hidden case. So idk what value it failed. https://code.sololearn.com/cORS8xGZ1Ze7/?ref=app