import java.io.BufferedInputStream;
import java.io.IOException;
import java.util.Scanner;
class Main
{
public static void main(String args[]) throws IOException
{
Scanner cin = new Scanner(new BufferedInputStream(System.in));
while (cin.hasNext())
{
double v = cin.nextDouble();
double t = cin.nextDouble();
double a = Math.pow(t,1/v);
System.out.printf("%.0f\n", a);
}
}
}
2010年7月27日 星期二
New
About Unknown
Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design
JAVA
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言