摘要: 题目:谷歌的招聘 思路: 这道题当时模拟比赛时,愣是被它吓到了,一直没往暴力那方面想,以为是个数学题。结果直接暴力截取每段判断是否素数即可。 解题 #include <cstdio> #include <iostream> #include <algorithm> #include <cmath> 阅读全文
posted @ 2020-11-22 18:59 emhhbw== 阅读(138) 评论(0) 推荐(0)