摘要: 传送门 参考资料: [1]:https://blog.csdn.net/mmk27_word/article/details/89789770 题目描述 Put simply, the Justice card represents justice, fairness, truth and the 阅读全文
posted @ 2019-05-06 18:54 HHHyacinth 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 关键词:strtok(),atoi() 对于一些变态的输入: 输入 n 个数,输入的格式为每两个数间有','; 例如: input: n=10 1,2,3,4,5,6,7,8,9,10 你可能只需要数字,而不需要',',那么,该如何从中分解出数字呢? 1.下面介绍strtok()函数: 2.字符串与 阅读全文
posted @ 2019-05-06 12:21 HHHyacinth 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 参考资料: [1]:菜鸟教程 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 char s[100]="0123456789\0"; 5 /** 6 如果读取s的格式为scanf("%s",s+1);从s+1位置开始读取; 7 那么,len= 阅读全文
posted @ 2019-05-06 11:17 HHHyacinth 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 省赛倒计时5天 写下这篇博客,主要是防止自己遗忘; 剩下的这5天里,训练赛的题应该不会补太多,花点时间把自己学过的东西温习一下; 省赛结束,有时间在补补能补的动的题(tql); 还是太菜了,orz 2019.5.1 备战省赛组队训练赛第十六场 题目来源:FZU Code Carnival 比赛记录 阅读全文
posted @ 2019-05-06 09:23 HHHyacinth 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 传送门 比赛情况: 题解: 阅读全文
posted @ 2019-05-06 09:22 HHHyacinth 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 传送门 比赛状况: 题解:https://www.cnblogs.com/QLU-ACM/p/10816527.html A : 打表找规律(手动艾特mxl) a1=3,a2=5 a3=7,a4=9 ................. ai=2*i+1,a(i+1)=2*(i+1)+1 (i为奇数) 阅读全文
posted @ 2019-05-06 09:10 HHHyacinth 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 传送门 比赛状况: 题解:https://www.cnblogs.com/QLU-ACM/p/10803127.html 补题: G 阅读全文
posted @ 2019-05-06 09:07 HHHyacinth 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 传送门 比赛状况: 题解:https://www.cnblogs.com/QLU-ACM/p/10803598.html 阅读全文
posted @ 2019-05-06 09:04 HHHyacinth 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 传送门 参考资料: [1]:https://blog.csdn.net/mmk27_word/article/details/89788448 题目描述: The Fool comes to a cross-road, filled with energy, confidence an 阅读全文
posted @ 2019-05-06 08:05 HHHyacinth 阅读(449) 评论(0) 推荐(0) 编辑