제출 #16466

#제출 시각아이디문제언어결과실행 시간메모리
16466gs14004Ancient symbol (kriii1_A)C++14
1 / 1
0 ms1084 KiB
#include <stdio.h>

int main(){
	int n;
	scanf("%d",&n);
	printf("%d",111*n*n+11*n+1);
}
#Verdict Execution timeMemoryGrader output
Fetching results...