ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1000. A+B Problem

How to fix the Compilation Error ?
Posted by Min Aung Dain 10 Aug 2018 07:01
I wrote the code in python as below
x = input().split(' ')
a = int(x[0])
b = int(x[1])
sum = a + b
print(sum)

But it shows compilation error and I don't know what causes it and how to fix it.
Re: How to fix the Compilation Error ?
Posted by Arno 10 Aug 2018 16:28
mb you were wrong when you selected the language?
Re: How to fix the Compilation Error ?
Posted by Arno 10 Aug 2018 16:29
yeah, check, u selected FreePascal 2.6