Hi, I just began using Python 3.6.1 for Codeforces problems. Codeforces allows us to submit code in Python 3.5.2, so I wonder if my solutions in 3.6.1 might still get accepted. I solved this easy problem: http://mirror.codeforces.com/gym/101341/problem/M
Please, tell me what I'm doing wrong, here is my code (which runs well on my computer, but gets runtime error when I submit): https://pastebin.com/NPs7HbkK
2. Again, don't use " " in Python, use ' ' instead.
Check AC submission here: http://mirror.codeforces.com/gym/101341/submission/28311885
UPD: seems you can't see submission until you didn't solve it, here is pastebin link: https://pastebin.com/Lf2NbKnw
Why not use " "?
Actually, I don't know, but it gives Runtime Error sometimes..