Submission #12734

#TimeUsernameProblemLanguageResultExecution timeMemory
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...