摘要: #include#include#include#include#include#includeusing namespace std;int n,m,t;int sx,sy;int ex,ey;int ok;char mat[10][10];int vis[10][10];int op[4][2]... 阅读全文
posted @ 2015-07-26 23:15 sola94 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#includeusing namespace std;char str[300];double ans;double chcd(char x){ return (x-'0')*1.0;}double ch(int l,int r... 阅读全文
posted @ 2015-07-26 23:14 sola94 阅读(104) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#includeusing namespace std;int ch[20];int op[4][2]={1,0, -1,0, 0,1, 0,-1};int mat[200000];int vis[200000];void init_c... 阅读全文
posted @ 2015-07-26 23:12 sola94 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;int a[20];int ans[20];int num[200];struct Mark{ int shu,rt;};Mark mark[20];int ok;int n,t;int c... 阅读全文
posted @ 2015-07-26 23:09 sola94 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#includeusing namespace std;char mat[50][50][50];int vis[50][50][50];int op[6][3]={0,-1,0, 0,1,0, 1,0,0, -1,0,0 ,0,0,1... 阅读全文
posted @ 2015-07-26 23:07 sola94 阅读(86) 评论(0) 推荐(0) 编辑