Untitled
unknown
plain_text
3 years ago
200 B
2
Indexable
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "Russian");
int A;
cin >> A;
cout << "Квадрат числа" <<" "<< A << " " << "равен:" << " " << A * A;
}Editor is loading...