#include <iostream>
using namespace std;

int main() {
	float n;
	n=25;
	cout<<n*n<<endl;
	return 0;
}