| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 154339 | 周谨严 | 06变换四位数 | C++ | Wrong Answer | 1 MS | 268 KB | 108 | 2026-05-30 11:57:04 |
#include<iostream> using namespace std; int main(){ int a,n; cin>>a; n=a+909; cout<<n<<endl; }
------Input------
8051
------Answer-----
815
------Your output-----
8960