We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4f46e commit 9d2af91Copy full SHA for 9d2af91
.github/ISSUE_TEMPLATE.md
@@ -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