From 681d762151d5b857821ba21f189e03652a74f45a Mon Sep 17 00:00:00 2001 From: 201816040301 <56689696+201816040301@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:13:47 +0800 Subject: [PATCH] Create Ex07_13.cpp This is my assignment_02. Student ID: 201816040301. --- 201816040301 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 201816040301 diff --git a/201816040301 b/201816040301 new file mode 100644 index 0000000..a36cfab --- /dev/null +++ b/201816040301 @@ -0,0 +1,32 @@ +#include +#include +using namespace std; +const size_t arraySize=20; +void tianjia_number (arrayai) +{ + int x,i; + cout<<"输入20个10到100之间的数"<>x; + if(x<=100&&x>=10) + { + ai[i]=x; + for(int j=0;jtj={}; + tianjia_number(tj); +}