题目链接:http://codeforces.com/contest/592/problem/B
题目分类:数学,找规律
题目分析:重要的是画图找规律
代码:
#include<bits/stdc++.h> using namespace std; #define LL __int64 int main()
{
LL n;
cin>>n;
cout<<(n-)*(n-)<<endl;
return ;
}
2022-10-25 17:19:05
题目链接:http://codeforces.com/contest/592/problem/B
题目分类:数学,找规律
题目分析:重要的是画图找规律
代码:
#include<bits/stdc++.h> using namespace std; #define LL __int64 int main()
{
LL n;
cin>>n;
cout<<(n-)*(n-)<<endl;
return ;
}
下一篇:Android IPC