#define content 8;
#include //輸出輸入函數
#include //標準輸出入函數
#include //時間函數
#include //旗標函數
#include
using namespace std ;
int main () //函數作業
{
int standar [8]={2,2,5,7,4,3,8,2};
int testcp []={0};
int testdl [8]={0,0,0,0,0,0,0,0};
int i,j;
for(i=0;i {
testcp[i]=standar[i];
cout }
cout for(i=0;i {
cout }
cout for(j=0;j {
standar[j]=testdl[j];
cout cout }
system ("pause");
return 0;
}
檢視圖片
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.