花红柳绿!!!!!
查看原帖
花红柳绿!!!!!
1556684
Liao_Zongze楼主2024/12/6 18:51

help!

#include <iostream>
using namespace std;
int main()
{
    int n;
    cin >> n;
    while (n>0)
    {
        cout<<n%10;
        n /= 10;
    }
    return 0;
}

花红柳绿啊啊啊花红柳绿啊啊啊

2024/12/6 18:51
加载中...