#include <iostream>
#include<math.h>
using namespace std;
int main()
{
cout<<"===============================\n";
cout<<" 学号:12335656555 \n 姓名:空间看韩剧 \n 班级:1233 \n 版本:v201312254 \n ";
cout<<"===============================\n";
cout<<" 题目:数组排序及字符串处理 \n";
cout<<" 请选择: \n 1: 四数排序问题\n 2:最大利息问题 \n";
cout<<"===============================\n";
int m;
......................
阅读全部 | 2013年12月23日 19:35