1432 - 新手村暑期test3
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;
}

暑期信奥测试三(共12题,100分)

程序阅读题能够帮助大家学会欣赏别人的程序之美。

第一题(5分):

16893139617195.png

上述程序输出结果是:__________________

 

第二题(5分):

16893139783173.png

输入1.5  1.8  1.2  1.5后,输出结果是__________________


第三题(5分):

16893139969058.png

上述程序输出结果是:__________________

 

第四题(5分):

16893140143070.png

输入4后,输出结果是__________________


第五题(10分):

16893140293957.png

上述程序输出结果是:__________________

 

第六题(10分):

16893140429486.png

上述程序输出结果是:__________________

 

第七题(10分):

16893140548726.png

输入25后,输出结果是__________________

 

第八题(10分):

16893140701996.png

输入1 31后,输出结果是__________________


第九题(10分):

16893141104578.png

输入6 9后,输出结果是__________________

 

第十题(10分):

16893141264735.png

输入3 7后,输出结果是__________________


第十一题(10分):

16893141385262.png

输入6 9后,输出结果是__________________

 

第十二题(10分):

16893141654890.png

输入:1230  输出:_____________

 


Input

将你第i题的答案输入在上方ans[i]的双引号中。

Output

查看状态栏你的测试案例通过了几个,就是你的得分。

Examples

Input

自己做

Output

自己看
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 27
通过次数 1