HDU1996 漢諾塔VI[入門]

本題實際上是計算3^n。編程中需要注意輸出格式。??? 爲森麼?數學問題搞不清楚遼······ 注意輸出格式 #include <iostream> #include <cmath> using namespace std; int main(){ int t,n; cin>>t; while(t--){ cin>>n; printf("%.lf\n", pow(
相關文章
相關標籤/搜索