摘要: #include <iostream> #include <cmath> #include <algorithm> using namespace std; void printer(char ch, int line){ int i=line; while(i>0){ for(int j=0; j 阅读全文
posted @ 2021-05-24 14:28 柚子z 阅读(166) 评论(0) 推荐(0)