且未

博客园 首页 新随笔 联系 订阅 管理

2018年10月14日 #

摘要: 题目大数运算。Java秒过import java.math.BigInteger;import java.util.Scanner;public class Main { public static void main(String[] args) { Scanne... 阅读全文
posted @ 2018-10-14 17:32 阿聊 阅读(139) 评论(0) 推荐(0)

摘要: 题目题意:给你两个整数 n 和 p ,让你求一个 k 满足 k^n=p,1#include #include using namespace std;int main(){ double n,p; while(cin>>n>>p){ cout... 阅读全文
posted @ 2018-10-14 14:13 阿聊 阅读(93) 评论(0) 推荐(0)