题解列表

筛选

A+B+C+D-题解(C++代码)

摘要: #include using namespace std; int main() { int a,b,c,d; int i,t,s[100]; cin>>t; for(i……