Skip to content

Instantly share code, notes, and snippets.

@Noobgam

Noobgam/a.py Secret

Created September 23, 2016 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noobgam/90723779737931d998193868482789b0 to your computer and use it in GitHub Desktop.
Save Noobgam/90723779737931d998193868482789b0 to your computer and use it in GitHub Desktop.
n = 2 * 10**5
m = 2000
print(n, m)
print(' '.join(['1000' for i in range(n)]))
for j in range(m):
print(10**9 // m * (j + 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment