题解列表

筛选

求平方和-题解(C++代码)

摘要:解题思路:②输入 ③输出参考代码:#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b;……