제출 #3392

#제출 시각아이디문제언어결과실행 시간메모리
3392movie_joAncient symbol (kriii1_A)C11
1 / 1
0 ms1088 KiB
#include <stdio.h>

int main(void)
{
	long long x;
	scanf("%lld", &x);
	printf("%lld\n", (111*x*x)+11*x+1);

	return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...