Skip to content

Instantly share code, notes, and snippets.

@cessor
Created May 26, 2014 22:44
Show Gist options
  • Save cessor/9422f8bec79a37b38d36 to your computer and use it in GitHub Desktop.
Save cessor/9422f8bec79a37b38d36 to your computer and use it in GitHub Desktop.
grid computing golf
l=[_(int,raw_input().split())for _ in[map]*10];print max(_(sum,l+zip(*l)))
@cessor
Copy link
Author

cessor commented May 26, 2014

I wrote this myself - the following link say you can do even better, but i couldn't use the leaking raw_input thing
http://keleshev.com/dissecting-a-code-golf-challenge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment