#127: 503


s220 (謝傑任)

學校 : 不指定學校
編號 : 255
來源 : [118.163.232.198]
最後登入時間 :
2026-05-02 10:28:03
t043. 503 區間運算 | From: [118.163.232.198] | 發表日期 : 2026-05-02 12:01

#include<bits/stdc++.h>

using namespace std;

int a,b;

int main()

{

    cin>>a>>b;

    float t=sqrt(a-1);

    for(int i=1; i<=t; i++){

        cout<<pow(i,b)<<endl;

    }

    return 0;

}

 

 
ZeroJudge Forum