Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created December 10, 2017 02:10
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 whatalnk/09830b3079cb43dec06e04bc48aedea9 to your computer and use it in GitHub Desktop.
Save whatalnk/09830b3079cb43dec06e04bc48aedea9 to your computer and use it in GitHub Desktop.
AtCoder ABC #077
import math
n = int(input())
print(int(math.sqrt(n)) ** 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment