eolymp
bolt
Try our new interface for solving problems
Problems

Divide the apples - 1

published at 12/22/22, 10:23:05 am

кіріл анскілл

published at 1/16/24, 8:09:38 pm

a = int(input()) b = int(input()) print(b//a)

published at 4/23/24, 8:47:09 pm

include <bits/stdc++.h>

define ll long long int

define ld long double

using namespace std; int main () { int A, B; cin >> A; cin >> B; cout << B/A; } //SANS NEVER DIES...