提交时间:2024-02-25 11:31:37

运行 ID: 42326

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