| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 81420 | jinxuefeng | [在线测评解答教程] A+B Problem | C++ | Runtime Error | 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; }