摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn = 1010; 8 char a[maxn], b[maxn]; 9 int f[maxn][maxn]; 10 string s; 11 12 int main() 13 { 14 scanf(... 阅读全文
posted @ 2018-03-15 21:24 ouyang_wsgwz 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 安装Pycharm: https://blog.csdn.net/u014044812/article/details/78727496 输出: 就只有一个语句 print () 打印出结果,python 有一点比较方便的就是不用管是什么数据类型,直接打印即可。 但是其输出也有一定的输出格式 1.输 阅读全文
posted @ 2018-03-15 20:36 ouyang_wsgwz 阅读(202) 评论(0) 推荐(0) 编辑