Submit | All submissions | Best solutions | Back to list |
Problem hidden on 2013-01-23 08:54:29 by [Trichromatic] XilinX
SPLADD - SPECIAL ADDITION |
Mathematical operations in a computer are performed by manipulating the binary values of the corresponding numbers. You are given two decimal numbers. Produce the sum when carry is disabled in their binary addition.. Input It contains one line having both the addends separated by a space Output Contains only one line showing the output.
Example
Input:
7 10
Output:
13
Input:
15 15
Output: 0
Added by: | Vasavi OPC Team |
Date: | 2013-01-21 |
Time limit: | 2s-3s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | ASM32-GCC MAWK BC C-CLANG C NCSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG COBOL COFFEE D-CLANG D-DMD DART ELIXIR FANTOM FORTH GOSU GRV JAVA JS-MONKEY JULIA KTLN NIM OBJC OBJC-CLANG OCT PICO PROLOG PYTHON PYPY PYPY3 R RACKET RUST CHICKEN SQLITE SWIFT UNLAMBDA VB.NET |
hide comments
|
|||||
2013-01-25 04:48:15 गाैरव
hain tle ye kya aur kaise ho sakta hai ye??????????????? |
|||||
2013-01-25 04:48:15 Abhishek Tiwari
got tle with a simplest logic.:( |
|||||
2013-01-25 04:48:15 Narendra yadav
:( TLE... |
|||||
2013-01-25 04:48:15 c[R]@zY f[R]0G
input file is blank.... |
|||||
2013-01-25 04:48:15 Francky
The solution is trivial, but constraints should be enormous, I got TLE with a decent code. You should first solve many problems here and appreciate them (when constraints are included). Your problems will probably land in tutorial or be hidden. Edit : Or there are some empty input files. Last edit: 2013-01-21 23:34:45 |