Untitled
Anonymous
plain_text
11/10/2022 4:59 PM
268 B
11
Indexable
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
int A;
cin >> A;
cout << "Квадрат числа" <<" "<< A << " " << "равен:" << " " << A * A;
}Editor is loading...