Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
96920 | 黄雨婷 | 04四位数移位 | C++ | Wrong Answer | 0 MS | 280 KB | 133 | 2024-11-09 19:10:18 |
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a; cin>>a; cout<<a+2889; return 0; }
------Input------
6234
------Answer-----
4623
------Your output-----
9123