#43656: 有土地公加持的 cpp 解( Very Easy)


1121232@stu.wghs.tp.edu.tw (Ian911436)


#include <bits/stdc++.h>
using namespace std;

int main() {
    long long int a;
    cin >> a;
    cout << (2*a*a)-4*a+4;
    }