摘要:
这道题本上没什么难度,就是测试数据太bt,不是超时就是超内存,搞了好一阵子,尝试了n种方法,最后选用了简单方便的map容器。只不过时间超的厉害.附poj1002 code:#include#include#include#includeusing namespace std;char search(char c){ if(c=='A'||c=='B'||c=='C') retu... 阅读全文
posted @ 2007-08-03 20:58
saintqdd
阅读(1841)
评论(0)
推荐(1)