#42074: ____


yp11351013@yphs.tp.edu.tw (702-20王昱斌)

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

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

 
ZeroJudge Forum