#include <bits/stdc++.h>
using namespace std;
int main() {
int i=1; for(int a=0;a<=i;a--){ cout<<i*i+100+a-12467; }
}