def f( x ) a = x * x return a end i = gets.to_i printf( "%d\n" , f( i ) )