#14621: 無法輸入 可以幫忙修改嗎 非常感謝!!


fionahung0908 (username)

學校 : 臺北市私立延平高級中學
編號 : 69055
來源 : [180.217.99.153]
最後登入時間 :
2020-10-19 15:02:55
c431. Sort ! Sort ! Sort ! | From: [203.72.178.252] | 發表日期 : 2018-07-26 14:39

#include <iostream>
#include <iomanip>
#include <cmath>
#include <cstring>
#include <stdio.h>
#include <algorithm>
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 x;
while(scanf("%d",x))
{
int num[x];
for(int i=0;i<x;i++)
{
scanf("%d",&num[x]);
}
sort(num,num+x);
for(int j=0;j<x;j++)
printf("%d ",num[x]);
printf("\n");
}
return 0;
}

 
#14626: Re:無法輸入 可以幫忙修改嗎 非常感謝!!


kev8067@gmail.com (卓承緯)

學校 : 不指定學校
編號 : 74409
來源 : []
最後登入時間 :
2018-01-11 15:15:59
c431. Sort ! Sort ! Sort ! | From: [111.71.29.167] | 發表日期 : 2018-07-26 16:22

#include
#include
#include
#include
#include
#include
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 x;
while(scanf("%d",x))
{
int num[x];
for(int i=0;i<x;i++)
{
scanf("%d",&num[x]);
}
sort(num,num+x);
for(int j=0;j<x;j++)
printf("%d ",num[x]);
printf("\n");
}
return 0;
}


單筆輸入~~

 
#14650: Re:無法輸入 可以幫忙修改嗎 非常感謝!!


kev8067@gmail.com (卓承緯)

學校 : 不指定學校
編號 : 74409
來源 : []
最後登入時間 :
2018-01-11 15:15:59
c431. Sort ! Sort ! Sort ! | From: [42.72.125.183] | 發表日期 : 2018-07-27 17:09

#include
#include
#include
#include
#include
#include
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 x;
while(scanf("%d",x))
{
int num[x];
for(int i=0;i<x;i++)
{
scanf("%d",&num[x]);
}
sort(num,num+x);
for(int j=0;j<x;j++)
printf("%d ",num[x]);
printf("\n");
}
return 0;
}


單筆輸入~~

順便在補一下


本題記憶體限制 5 MB
請勿使用   #include <iostream>
請使用 #include <stdio.h> 使用 scanf , printf 輸入輸出

 
ZeroJudge Forum