project2400's blog

By project2400, history, 6 months ago, In English

Link: https://codeforces.me/problemset/problem/5/A

My input reading implementation just hangs because there is no end-of-file delimiter...

  • Vote: I like it
  • -16
  • Vote: I do not like it

»
6 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Edit: I'm not able to see people's submissions ://

It just says N/A unfortunately...

»
6 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Editorial says "use getline(cin, s)". Look that up on your search engine of choice to find more details about it.