eolymp
bolt
Try our new interface for solving problems
Problems

Peter and pies

published at 4/3/24, 3:47:16 pm

include <iostream>

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