#11722:


curtis123 (curtis)

學校 : 國立嘉義高級中學
編號 : 59072
來源 : [36.239.81.102]
最後登入時間 :
2020-05-14 20:50:36
d587. 參貳壹真好吃 -- jack1 | From: [114.39.42.86] | 發表日期 : 2017-02-07 22:48

#include <iostream>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char** argv) {

int n;
while(cin>>n)
{
int a[n];
for(int i=0;i<n;i++)
cin>>a[i];

for(int i=0;i<n;i++)
{
if(a[i]==1)
cout<<a[i]<<" ";
}

for(int i=0;i<n;i++)
{
if(a[i]==2)
cout<<a[i]<<" ";
}

for(int i=0;i<n;i++)
{
if(a[i]==3)
cout<<a[i]<<" ";
}
}
return 0;
}

 

 
ZeroJudge Forum