回答編集履歴
1
修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
等差級数
|
1
|
+
等差級数。
|
2
2
|
```Python
|
3
3
|
n = int(input())
|
4
4
|
print((n//6)*(n//6+1)*3)
|