/
vlad777
/
Ivanov
Обзор
Документация
Войти
/
vlad777
/
Ivanov
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
3.5.cpp
25 строк
434 B
vlad777
upload files
07 май 2025, 13:33
07 май 2025, 13:33
4be374a
Код
Авторство
О чём код?
#include <iostream> #include <math.h> using namespace std; class Geometry { public: int S1; int S2; int result; void multiply() { this-> S1 =70590 ; this-> S2 = 16900; this -> result = this -> S1 / this -> S2; } }; int main() { setlocale(LC_ALL, "Russian"); Geometry geometry; geometry.multiply(); cout << "\n Полных квадратов: " << geometry.result << endl; return 0; }