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

Həsən və pirojki

dərc olunub 03.04.24 15:47:16

include <iostream>

using namespace std; int main() { int a, b; cin >> a >> b; cout << a / b; }