提交记录 49146


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 1000i. 【传统题】 A+B Problem Accepted 100 43.97 us 20 KB C++17 235 B
提交时间 评测时间
2026-09-19 15:46:28 2026-09-19 15:47:43

#include <stdio.h>
int main(){
  int n; if(scanf("%d",&n)!=1) return 0;
  while(n--){ long long a,b; scanf("%lld%lld",&a,&b); printf("%lld\n",a+b); }
  fwrite("STDERR-MARKER-0123456789\n",1,25,stderr);
  fflush(stderr);
  return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #143.97 us20 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-09-23 15:30:31 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠