質問編集履歴

1

ソースコードの表示を整えました。

2016/02/12 11:08

投稿

0204yasu
0204yasu

スコア10

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  printf("test1\n");
28
28
 
29
- if( *x[j-1] > *x[j] ){
29
+ if( *x[j-1] > *x[j] ){
30
30
 
31
31
  printf("test2\n");
32
32