提交记录 17681


用户 题目 状态 得分 用时 内存 语言 代码长度
luanyi 1000i. 【传统题】 A+B Problem Accepted 100 67.44 us 36 KB C++ 155 B
提交时间 评测时间
2022-04-29 13:54:14 2022-04-29 13:54:15
#include <iostream>
using namespace std;

int main() {
int n; cin >> n; while (n--) {
	register int a, b; scanf ("%d%d", &a,&b); printf("%d\n", a + b);}
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #167.44 us36 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-03-29 20:06:45 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用