제출 #3444

#제출 시각아이디문제언어결과실행 시간메모리
3444eldkqmfhf123Ancient symbol (kriii1_A)C++98
1 / 1
0 ms1672 KiB
#include<iostream>
using namespace std;

int main()
{
	int a;
	cin >>  a;
	cout << (a*a*111) + (11*a) + 1 << endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...