Skip to content

Instantly share code, notes, and snippets.

@akouryy
Last active August 29, 2015 14:25
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 akouryy/468e508e234361866676 to your computer and use it in GitHub Desktop.
Save akouryy/468e508e234361866676 to your computer and use it in GitHub Desktop.
ポイントフリーの練習
-- http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=10002
main = getLine >>= putStrLn . unwords . map show . flip map [product, (2*) . sum] . flip ($) . map read . words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment