回答編集履歴
1
修正
answer
CHANGED
@@ -21,6 +21,6 @@
|
|
21
21
|
}
|
22
22
|
|
23
23
|
/* 1,2,3以外は受け付けない */
|
24
|
-
printf("Invalid input (Rock: 1, Scissors: 2, Paper: 3),please try again:");
|
24
|
+
printf("Invalid input (Rock: 1, Scissors: 2, Paper: 3),please try again:\n");
|
25
25
|
}
|
26
26
|
```
|