eolymp
bolt
Try our new interface for solving problems
Məsələlər

Almaları bölüşdürmə - 1

dərc olunub 22.12.22 10:23:05

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

dərc olunub 16.01.24 20:09:38

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

dərc olunub 23.04.24 20:47:09

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...