| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 81420 | jinxuefeng | [在线测评解答教程] A+B Problem | C++ | 运行出错 | 0 MS | 188 KB | 160 | 2026-01-04 20:17:55 |
#include<stdio.h> #include<stdlib.h> int main() { int a,b,c; scanf("%d %d",&a,&b); printf("%d",a+b); system("pause"); return 0; }