#40608: 你懂得umu


11250013@stu.chjh.tp.edu.tw (1120204陳亦彤)

學校 : 不指定學校
編號 : 268781
來源 : []
最後登入時間 :
2024-03-22 16:29:15
d570. 神龍見首不見尾 -- 板橋高中教學題 | From: [163.21.229.5] | 發表日期 : 2024-05-31 16:30

#include <iostream>
 
using namespace std;
 
int main()
{
    int a;
 
    while(cin>>a)
    {
while(a/10!=0)
{
cout<<a<<"\n";
a=a/10;
        }
        cout<<a<<endl;
}
    return 0;
}
看看就好
 
ZeroJudge Forum