摘要:
Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a good boy, and know little about this 阅读全文
摘要:
字符序列 与 字符字串的区别 序列是可以不连续的字符串 , 字串必须要是连续的 。 问题描述 : 给定两串字符串 abcde 和 acdf , 找出 2 串中相同的字符序列,观察知 相同的字符序列为 acd 。 方法一 : 暴力解决 对于一个长度为 n 的串 , 它的字串总共有 2^n 个,在用着 阅读全文
摘要:
将输出的内容直接输出到文件中去 :freopen( “1.txt” , "w" , stdout ) 阅读全文