#21482: 可以試試看


powerfartingx@gmail.com (Loading)

學校 : 國立臺中第一高級中學
編號 : 105500
來源 : [36.234.6.133]
最後登入時間 :
2022-07-07 12:02:11
d570. 神龍見首不見尾 -- 板橋高中教學題 | From: [111.253.65.228] | 發表日期 : 2020-06-08 21:33

#include<iostream>
using namespace std;
int main(){
  int n;
  cin>>n;
  while(n>0){
    cout<<n<<endl;
    n=int(n*___); 
  }
  return 0;
}

 

 
ZeroJudge Forum