题解列表

筛选

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

摘要:代码如下:其实就是和数学一样,只是形式不同 1,#include using namespace std; int main() { int a,b; cin>>a>>b; cou……