Skip to content

Commit e4c6bce

Browse files
DAyamatossy310
authored andcommitted
modify statement
1 parent 756afce commit e4c6bce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gpajanken/statement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ GPAが同じ場合引き分けになります。
1010
カトー君が勝った場合`KATO`、サトー君が勝った場合`SATO`、引き分けの場合`DRAW`と出力してください。
1111

1212
# Constraints
13-
$0 \leq A \leq 4$
14-
$0 \leq B \leq 4$
15-
$A,\ B$は整数
13+
- $0 \leq A \leq 4$
14+
- $0 \leq B \leq 4$
15+
- $A$ $B$は整数
1616

1717
# Input
1818
1つの入力ファイルは複数のテストケースからなる。
@@ -22,7 +22,7 @@ $A,\ B$は整数
2222
2行目以降には、$T$個のテストケースが記述されており、各テストケースは次の形式で表される。
2323

2424
```
25-
$A\ B$
25+
$A$ $B$
2626
```
2727

2828
# Output

0 commit comments

Comments
 (0)