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

Perimetr və sahə

dərc olunub 03.04.24 15:49:30

include <iostream>

using namespace std; int main() { long long a, b; cin >> a >> b; cout << (a + b) * 2 << " " << a * b; }