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

s = int(input())

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

print("code(s)")