摘要: 蜘蛛牌 Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3730 Accepted Submission(s): 1591 Problem De 阅读全文
posted @ 2017-04-17 21:09 Xycdada 阅读(259) 评论(0) 推荐(0) 编辑
摘要: B - Dungeon Master B - Dungeon Master You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes whi 阅读全文
posted @ 2017-04-17 19:55 Xycdada 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1 include<iostream> 2 3 using namespace std; 4 5 int num[5]={1,2,3,4,5}; 6 int sum; 7 8 void swap(int *p,int *q) 9 { 10 int m = *p; 11 *p=*q; 12 *q=m; 阅读全文
posted @ 2017-04-17 18:49 Xycdada 阅读(229) 评论(0) 推荐(1) 编辑