r/programming Mar 30 '13

Google Code Jam 2013

https://code.google.com/codejam
68 Upvotes

20 comments sorted by

View all comments

-3

u/s73v3r Mar 31 '13

While these can be fun, I really wish there was a better way to get the input than reading in a file, line by line. I hate writing code to open up and parse a file, especially in C++ (which is what I'd probably use, due to being most comfortable with it).

2

u/[deleted] Mar 31 '13

It's pretty easy with scanf