回答編集履歴

1

修正

2018/04/28 16:48

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  /* 1,2,3以外は受け付けない */
46
46
 
47
- printf("Invalid input (Rock: 1, Scissors: 2, Paper: 3),please try again:");
47
+ printf("Invalid input (Rock: 1, Scissors: 2, Paper: 3),please try again:\n");
48
48
 
49
49
  }
50
50