提交记录 9876
| 提交时间 |
评测时间 |
| 2019-07-19 10:12:10 |
2020-08-01 01:58:10 |
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main()
{
ios::sync_with_stdio(false);
cin.tie(0); cout.tie(0);
ll a[3];
cin >> a[0];
for (register ll i=0; i < a[0]; ++i)
{
cin >> a[2] >> a[1];
cout << a[2]+a[1] << endl;
}
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 74.21 us | 64 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-30 13:45:47 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠