Skip to content

Commit 9d2af91

Browse files
committed
Create issue_template
1 parent 9d4f46e commit 9d2af91

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Description
2+
3+
4+
# Constraints
5+
6+
7+
# Input
8+
1つの入力ファイルは複数のテストケースからなる。
9+
10+
入力ファイルの最初の1行目にはテストケースの個数 $T$ が記される $(1 \leq T \leq 100)$。
11+
12+
2行目以降には、$T$ 個のテストケースが記述されており、各テストケースは次の形式で表される。
13+
14+
```
15+
...
16+
```
17+
18+
# Output
19+
各テストケースに対して、を1行ずつ出力せよ。
20+
21+
22+
# Sample Input
23+
```
24+
25+
```
26+
27+
# Sample Output
28+
```
29+
30+
```
31+
32+
33+
# Solution
34+
35+

0 commit comments

Comments
 (0)