Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
96924 | 黄雨婷 | 04倒序输出五位数 | C++ | Wrong Answer | 1 MS | 276 KB | 134 | 2024-11-09 19:14:07 |
#include<iostream> // cin\cout\endl using namespace std; int main(){ int a; cin>>a; cout<<a+41976; return 0; }
------Input------
15350
------Answer-----
05351
------Your output-----
57326