摘要:
#include#include#include#includeusing namespace std;char str1[105],str2[105];string s2,s4;int main(){ int n; cin >> n; getchar(); while(n-... 阅读全文
posted @ 2015-07-16 10:10
杨永华
阅读(151)
评论(0)
推荐(0)
摘要:
#include#include#includeusing namespace std;char a[55][55];string s[22];int T,m,n,k;int mx[] = {1, 1, 1, 0, 0, -1, -1, -1}; //定义8个方向int m... 阅读全文
posted @ 2015-07-16 01:34
杨永华
阅读(159)
评论(0)
推荐(0)