Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64718 | laichihao | 两个数的和II | C++ | Compile Error | 0 MS | 0 KB | 132 | 2025-04-25 15:42:08 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"123456789+987654321="123456789+987654321<<endl; return 0; }