Run ID:128435

提交时间:2025-08-16 22:44:57

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