| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 46035 | zhouxinglin | 两个数的差 | C++ | No Test Data | 0 MS | 0 KB | 128 | 2024-04-23 19:20:26 |
#include<bits/stdc++.h> using namespace std; int main(){ int s; s=12345-4321; cout<<s<<endl; return 0; }