Untitled

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