会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HEHE
博客园
首页
新随笔
联系
管理
2015年10月24日
NOIP2014解题报告
摘要: day 11.生活大爆炸版石头剪刀布(rps)直接按照题意模拟即可#include#include#includeusing namespace std;const int maxn = 209;const int Mark[5][5] = {{0, 0, 1, 1, 0}, {1, 0, 0, 1...
阅读全文
posted @ 2015-10-24 21:28 JSZX11556
阅读(3559)
评论(0)
推荐(1)
公告