Untitled

Anonymous
plain_text
11/13/2022 12:40 PM
112 B
11
Indexable
{
	int a;
	cin >> a;
	int S = a * a;
	cout << "Ploshad ravna " << S << endl;
}
Editor is loading...