#include int main() { int a, b; scanf("%d", &a); scanf("%d", &b); int rest = b/a; printf("%d", rest); }