题解列表

筛选

1092: A+B for Input-Output Practice

摘要:这题就是前几题的综合,没啥好说的。#include<bits/stdc++.h> using namespace std;   int main(){     int n,a,m,sum; ……