2013年11月27日

uva 10010 - Where's Waldorf?

摘要: 题目地址http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=951这题并不是很难,要在8个方向上做判断,纯属量的问题,做了很多次测试,一直wa,不知道为什么,哎!#include#includeusing namespace std;int m,n;void searchWordlof(string a[],string s){ int x=51,y=51; for(int i=0;i=s.size()&&revtem 阅读全文

posted @ 2013-11-27 19:22 云在心 阅读(197) 评论(0) 推荐(0)

导航