Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
142574 梁敖铭 A+B 输入输出练习III C++ Output Limit Exceeded 46 MS 204 KB 135 2026-01-11 14:27:24

Tests(0/1):


Code:

#include<stdio.h> using namespace std; int main(){ int a,b; while(scanf("%d %d",&a,&b) != 0){ printf("%d\n",a+b); } }