Untitled
unknown
plain_text
2 years ago
242 B
4
Indexable
#include <iostream> using namespace std; int main() { setlocale(LC_ALL, "russian"); float a, b; cout << "Введите длинну ребра:"; cin >> a; b = a * a * a; cout << "Объем кубика:" << b << endl; }
Editor is loading...
Leave a Comment