Run ID:63222

提交时间:2024-01-06 15:17:15

#include<bits/stdc++.h> using namespace std; int main(){ long long n; cin >> n; cout << 2*n*n+1; return 0; }