摘要: 博客迁移 阅读全文
posted @ 2018-07-06 10:58 L1B0 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 中科院信工所六室面试经历: https://github.com/L1B0/RecommendedPostgraduate/blob/master/%E4%B8%AD%E7%A7%91%E9%99%A2%E4%BF%A1%E5%B7%A5%E6%89%80%E5%85%AD%E5%AE%A4%E9% 阅读全文
posted @ 2019-07-19 10:41 L1B0 阅读(1736) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://bailian.openjudge.cn/practice/1007 C include include using namespace std; typedef struct number{ char s[51]; int num; }; int n,len; number 阅读全文
posted @ 2019-05-29 16:27 L1B0 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://bailian.openjudge.cn/practice/1005/ 思路 一个半圆面积每年增长50,已知一个点坐标,求第几年点在半圆内。 阅读全文
posted @ 2019-05-22 16:21 L1B0 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://bailian.openjudge.cn/practice/1004/ 思路 求和取平均。。。 C include int main() { float sum=0,a; for(int i=0;i 阅读全文
posted @ 2019-05-22 16:08 L1B0 阅读(280) 评论(0) 推荐(0) 编辑
摘要: "题目链接" 思路 求一个数列的前n项和(1/2, 1/3, ...., 1/n)大于所给数所需的项数。 C include int main() { float a; while( scanf("%f",&a) ) { if( a == 0.0 ) break; int n=2; float su 阅读全文
posted @ 2019-05-22 16:04 L1B0 阅读(213) 评论(0) 推荐(0) 编辑
摘要: "题目链接" 思路 开个一千万的数组计数,最后遍历即可。 C include include include using namespace std; int num=0; int mymap[10000000] = {0}; int change(char a[201]) { int j=0, r 阅读全文
posted @ 2019-05-22 13:28 L1B0 阅读(332) 评论(0) 推荐(0) 编辑
摘要: "题目链接" 哇一遍AC的感觉也太爽了吧:) 阅读全文
posted @ 2019-05-21 22:30 L1B0 阅读(385) 评论(0) 推荐(0) 编辑
摘要: JarvisOJ - Writeup(5.31更新) 阅读全文
posted @ 2018-05-31 21:37 L1B0 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: ISCC 2018 Writeup 题解部分:Misc(除misc500)、Web(除Only Admin、Only admin can see flag、有种你来绕、试试看)、Reverse、Pwn、Mobile 阅读全文
posted @ 2018-05-25 20:01 L1B0 阅读(1571) 评论(0) 推荐(1) 编辑