×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
Problems
Submissions
Rank
Forum
Contest
Login
Register
New Thread
#40608: 你懂得umu
11250013@stu.chjh.tp.edu.tw
(1120204陳亦彤)
School : No School
ID : 268781
×
傳送站內訊息
To:
Subject:
Content:
IP address : []
Last Login :
2024-03-22 16:29:15
d570.
神龍見首不見尾
--
板橋高中教學題
| From: [163.21.229.5] | Post Date : 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