java程序设计程序设计 public class DrawX { int row = 5, col = 10; void drawstar() { for (int i = row; i > 0; i--) { //打印前面的空格部分 for(int p=0; p java 设计 2011-05-08 上传大小:40KB
c++教师工资管理系统 反反复复include #include #include #include #include #include using std::cin; using std::cout; using std::ostream; using std::endl; using std::string