题解 | #多组输入a+b II#
多组输入a+b II
https://ac.nowcoder.com/acm/problem/22166
#include <bits/stdc++.h> using namespace std; int main() { int n; int a , b; cin >> n; while( n -- ) { cin >> a >> b; cout << a + b << endl; } return 0; }
多组输入a+b II
https://ac.nowcoder.com/acm/problem/22166
#include <bits/stdc++.h> using namespace std; int main() { int n; int a , b; cin >> n; while( n -- ) { cin >> a >> b; cout << a + b << endl; } return 0; }
相关推荐
牛客57020934...:现在大厂就很迷,感觉要么就是算法+agent,要么就是开发+agent。。还是招和原来一样的岗位,只是都要求赋能agent了