#include using namespace std; int main() { int a; // 変数aで入力を受け取る cin >> a; cout << a * a << endl; }