提交记录 17680


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

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

CompilationN/AN/ACompile OKScore: N/A

Testcase #176.89 us36 KBAcceptedScore: 100


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