質問編集履歴

2

コードの修正

2020/05/23 01:10

投稿

grape_ll
grape_ll

スコア83

test CHANGED
File without changes
test CHANGED
@@ -94,7 +94,7 @@
94
94
 
95
95
 
96
96
 
97
- qsort(str,i-1,sizeof(char*),scmp);
97
+ qsort(str,i,sizeof(char*),scmp);
98
98
 
99
99
  printf("%s\n",str[0]);
100
100
 

1

コードの修正

2020/05/23 01:10

投稿

grape_ll
grape_ll

スコア83

test CHANGED
File without changes
test CHANGED
@@ -84,7 +84,7 @@
84
84
 
85
85
  int main(void){
86
86
 
87
- char str[10000][100000];
87
+ char str[1000][1000];
88
88
 
89
89
  int i=0;
90
90