Skip to content

Commit

Permalink
Merge pull request AI-comp#56 from AI-comp/imulan/statement
Browse files Browse the repository at this point in the history
Update statement
  • Loading branch information
tossy310 authored May 17, 2017
2 parents 120a456 + 4482ebd commit 6c2da99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ppap/statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- $1 \le N \le 50$
- $1 \le x \le 50$
- $0 \le a_i, b_i, c_i \le 50 (ただし、a_i + b_i + c_i \ge 1)$
- $0 \le a_i, b_i, c_i \le 50$ (ただし、$a_i + b_i + c_i \ge 1$)
- $1 \le r_i \le 10^5$

# Input
Expand All @@ -23,11 +23,11 @@
2行目以降には、T個のテストケースが記述されており、各テストケースは次の形式で表される。

```
$N\ x$
$a_1\ b_1\ c_1\ r_1$
$a_2\ b_2\ c_2\ r_2$
$N$ $x$
$a_1$ $b_1$ $c_1$ $r_1$
$a_2$ $b_2$ $c_2$ $r_2$
$\vdots$
$a_N\ b_N\ c_N\ r_N$
$a_N$ $b_N$ $c_N$ $r_N$
```

# Output
Expand Down
2 changes: 1 addition & 1 deletion wncs/statement.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $c_{N,1}c_{N,2} \ldots c_{N,N}$
各テストケースごとに、出力形式は次のように出力せよ。また、各テストケースごとに出力の最後は改行せよ。**また、行末の数字を出力した後に余計な空白などを入れないように気をつけよ。**

```
$a_1\ a_2\ \ldots \ a_N$
$a_1$ $a_2$ $\ldots$ $a_N$
```

$a_i$ は、本戦i位の人の予選時の順位を表す。
Expand Down

0 comments on commit 6c2da99

Please sign in to comment.