摘要: D1T1.玩具谜题 题目链接 直接模拟就好了……water。 1 #include<cstdio> 2 int n,m,a,s,ans; 3 struct node{char name[12];int dir;}x[100050]; 4 int main() 5 { 6 scanf("%d%d",& 阅读全文
posted @ 2017-07-01 16:46 Zsnuo 阅读(678) 评论(0) 推荐(2) 编辑
摘要: T1.买铅笔 题目链接 1 #include<cstdio> 2 #include<algorithm> 3 #include<cstring> 4 using namespace std; 5 int n,p,w,ans=0x3f3f3f3f; 6 int read() 7 { 8 int x=0 阅读全文
posted @ 2017-07-01 16:45 Zsnuo 阅读(490) 评论(0) 推荐(0) 编辑