Pls help to solve this problem with explanation
I think here firs of all i have to convert binary to decimal then decimal to binary
1 2 3 4 5 6 7
Input
In some line contains two non-negative integers A and B in the binary system, the number of digits in each of which does not exceed 1000.
Output
Derive the sum A + B in binary notation.
You need to learn how to work it out yourself. A programmer that can only copy isn't very useful. There are multiple ways of doing this I can think of just off the top of my head and I'm no genius programmer. The best way I'd say would be using to check if each digit should be a 1 or a 0 using by checking the modulus.