1448 - 新手村暑期test6
Description
#include <string>
#include <iostream>
using namespace std;
string ans[100];
int main() {
	int i;	//请在下方双引号中输入你第i题的答案后,将程序提交。
	ans[1]="";
	ans[2]="";
	ans[3]="";
	ans[4]="";
	ans[5]="";
	ans[6]="";
	ans[7]="";
	ans[8]="";
	ans[9]="";
	ans[10]="";
	cin>>i; 
    cout<<ans[i]<<endl;
    return 0;
}

必看:

如果输出需要换行,使用\n。例如:

cout<<"345\n789";

输出效果:

暑期信奥测试六(共10题,100分)

今天测试二维数组和函数的内容,程序阅读题能够帮助大家学会欣赏别人的程序之美。

第一题:输出结果:____________________


第二题:

输入:

3 4

5 4 8 5

8 5 1 3

6 7 9 4

输出结果:____________________



第三题:

输入:

3

1 2 3

4 5 6

7 8 9

输出结果:____________________


第四题:

输入:5

输出结果:____________________


第五题:

输入:5 2 3

输出结果:____________________


第六题:

输出结果:____________________


第七题:

输出结果:____________________


第八题:

输入:3 5

输出结果:____________________


第九题:

输入:1987 3

输出结果:____________________


第十题:

下面是冒泡排序的函数实现,第二趟排序后的结果是:____________________

Input
Output
Examples

Input

我能行

Output

你能行
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 11
通过次数 0