teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2016/02/12 11:08

投稿

0204yasu
0204yasu

スコア10

title CHANGED
File without changes
body CHANGED
@@ -12,7 +12,7 @@
12
12
  for( int i=0 ; i<3 ; i++ ){
13
13
  for( int j=3-i ; j>i ; j-- ){
14
14
  printf("test1\n");
15
- if( *x[j-1] > *x[j] ){
15
+ if( *x[j-1] > *x[j] ){
16
16
  printf("test2\n");
17
17
  int tmp = *x[j];
18
18
  *x[j] = *x[j-1];