Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93083 Jason A+B 输入输出练习I C Output Limit Exceeded 15 MS 196 KB 139 2024-10-07 20:55:37

Tests(0/1):


Code:

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