【HDOJ】2707 Steganography
摘要:
简单字符串,读懂题,很容易AC。 1 #include 2 #include 3 4 char buf[350], line[85], des[70]; 5 6 int main() { 7 int i, k, tmp, len; 8 int ib, id; 9 10 ... 阅读全文
posted @ 2014-04-22 16:01 Bombe 阅读(117) 评论(0) 推荐(0) 编辑