| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 122869 | ...... | 数字求和 | C++ | Compile Error | 0 | 0 MS | 0 KB | 141 | 2024-01-22 16:51:16 |
#include<iostream> using namespace std; int main() { int a,b,c,d; cin>>a b c; cout<<a<<"+"<<b<<"+"<<c<<"="<<d<<endl; return 0; }