Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

说好的大数据呢?这不是坑爹嘛!

Posted by 20144045027 at 2015-07-27 15:08:56 on Problem 2109
#include<iostream>
#include <cstdio>
#include <cstring>
#include <algorithm>
#include <cmath>
using namespace std;
int main()
{
    double n;
    double p;
    while(cin>>n>>p)
    {
        cout<<pow(p,1/n)<<endl;
    }
    return 0;
}
其实n多早就可以写了,就是被大数据给唬住了,靠!

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator