#42075: ____


yp11351100@yphs.tp.edu.tw (801-28胡可岳)

School : 臺北市私立延平高級中學
ID : 276234
IP address : [203.72.178.1]
Last Login :
2025-06-25 10:24:10
d570. 神龍見首不見尾 -- 板橋高中教學題 | From: [203.72.178.1] | Post Date : 2024-09-24 17:52

#include <iostream>
using namespace std;
int main()
{
    int a;
    cin>>a;
    while(a){
        cout<<a<<endl;
        a/=10;
}
}

 
ZeroJudge Forum