摘要:
求1-1e11 以内的素数。原理以后再搞,先把板子弄上: 1 #include 2 #include 3 4 using namespace std; 5 6 #define LL long long 7 const int N = 5e6 + 2; 8 bool np[N]; 9 int prime[N], pi[N]; 10 11 int getprime(){ 12... 阅读全文
posted @ 2019-03-13 20:41
Through_The_Night
阅读(190)
评论(0)
推荐(0)
摘要:
题目描述 最近 lxhgww\text{lxhgww}lxhgww 又迷上了投资股票,通过一段时间的观察和学习,他总结出了股票行情的一些规律。 通过一段时间的观察,lxhgww\text{lxhgww}lxhgww 预测到了未来 TTT 天内某只股票的走势,第 iii 天的股票买入价为每股 APiA 阅读全文
posted @ 2019-03-13 20:16
Through_The_Night
阅读(240)
评论(0)
推荐(0)
摘要:
F. Monkeying Around time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output When the monkey professor leave 阅读全文
posted @ 2019-03-13 19:15
Through_The_Night
阅读(313)
评论(0)
推荐(0)

浙公网安备 33010602011771号