2013年11月28日

uva 10361 - Automatic Poetry

摘要: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1302这次又是没有通过,wawawawawawa,我要疯了,完全不知道错在哪里,感觉应该要把错误的测试数据告诉我们啊#include#include#includeusing namespace std;int main(){ int n; cin>>n; getchar(); string l1,l2; while(n--){ int start,end; ... 阅读全文

posted @ 2013-11-28 21:32 云在心 阅读(150) 评论(0) 推荐(0)

导航