제출 #12734

#제출 시각아이디문제언어결과실행 시간메모리
12734ainu7Ancient symbol (kriii1_A)C++98
1 / 1
0 ms1676 KiB
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <vector>
#include <string>
#include <queue>
#include <map>
#include <algorithm>
#include <cmath>
#include <iostream>
#include <sstream>
#include <set>
using namespace std;
int main() {
  int x;
  cin >> x;
  cout << 111LL*x*x+11LL*x+1 << endl;
}
#Verdict Execution timeMemoryGrader output
Fetching results...