#include using namespace std; int main() { int S,F;scanf("%d %d",&S,&F); int ans=S/F+1; cout<