| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 129793 | 林汐 | 算式成立1 | C++ | Wrong Answer | 0 | 0 MS | 236 KB | 131 | 2024-01-27 10:55:29 |
#include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d; d=1; c=0; b=8; a=9; cout<<d<<c<<b<<a; return 0; }