[ACM ] Q113

看板C_and_CPP (C/C++)作者 (哭哭)時間16年前 (2009/02/01 15:51), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
看起來不難的一題 測資也都OK 還是WA @@" #include <iostream> #include <cmath> using namespace std; int main() { double n; double p; while(cin >> n >> p){ cout<< pow(p,(double)1/n)<<endl; } return 0; } thanks! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.228.175.19
文章代碼(AID): #19XLHpva (C_and_CPP)
討論串 (同標題文章)
以下文章回應了本文
1
2
16年前, 02/01
完整討論串 (本文為第 1 之 2 篇):
16年前, 02/01
1
2
16年前, 02/01
文章代碼(AID): #19XLHpva (C_and_CPP)