aboutsummaryrefslogtreecommitdiff
path: root/problems/livingorganism/attachments/template.py
blob: 9994ca1f29fd0dfe95488b39b1488d3fae4a5b80 (plain)
1
2
3
4
5
6
7
8
9
import sys
import math

r = int(input())

# Write an answer using print
# To debug: print("Debug messages...", file=sys.stderr, flush=True)

print("duration")