全部评论 2

  • #include<bits/stdc++.h>
    using namespace std;
    int main(){
    int n;
    cin >>n;
    while(n>0){
    cout <<n%10;
    n/=10;
    }
    return 0;
    }

    6天前 来自 浙江

    1
  • 你这变量名不对啊!?

    6天前 来自 浙江

    1
暂无数据

提交答案之后,这里将显示提交结果~

首页