#16482: __輸出


fdhs_108_Morgan_Lee (MorganLee)


輸出可以這樣寫

cout<<fixed<<setprecision(0)<<pow(a,b)<<endl;

#16489: Re:輸出


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)


輸出可以這樣寫

cout<<fixed<<setprecision(0)<<pow(a,b)<<endl;

補充:在<iomanip>之中,要用<bits/stdc++.h>也可以