摘要:
#include <bits/stdc++.h> using namespace std; const int N=1e3+10; char s[N]; bool flag=0; char p[N]; int ptt=0; int num[N],ntt=0; char Op[N]; int optt 阅读全文
摘要:
产生随机数的类和方法 Random random=new Random(); //Random(long seed):使用单个 long 类型的参数创建一个新的随机数生成器。 random.nextBoolean(); random.nextDouble(); //返回0~1.0之间的浮点数 ran 阅读全文
摘要:
A. Bestie time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given an array aa consi 阅读全文