Submit | All submissions | Best solutions | Back to list |
CHITEST1 - Sum of two numbers |
Compute the sum of two numbers.
Input
The first line of the input will include the number N of test cases, and the each of the following N lines will include two numbers separated by whitespace.
Output
Starting with the second line of the input, the sum of the two numbers in the line must be printed into a line in the output. The accuracy of the output should be better than 10^-6.
Example
Input: 3
2 3
3.3 4
-1 4 Output: 5
7.3
3
Added by: | chi |
Date: | 2015-05-06 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: GOSU |
hide comments
|
|||||
2018-01-23 08:07:10
Dajcie kod do C++ Last edit: 2018-01-23 08:07:19 |
|||||
2017-11-01 01:29:57
@vinodjatav, the precision should be more than 6 what that means is: if it is a float then it should show the entire fractional part. Also show the fractional part only if it exists else just show the integral Last edit: 2017-11-01 01:31:16 |
|||||
2017-10-05 01:56:59
WA Last edit: 2017-10-05 01:57:50 |
|||||
2017-09-05 21:10:50 ANURAG PANDEY
@vinodjatav hint - use proper datatypes |
|||||
2017-08-21 20:40:59
any one can help me to solve this problem |
|||||
2017-08-06 12:37:26
what is 0.7+0.3??? 1 or 0.1?? |
|||||
2017-02-25 17:19:03 Tejaswini Swain
which compiler should i choose to upload a C-file. it's showing compilation error. |
|||||
2016-11-09 18:36:25
ez cpp |
|||||
2016-07-16 09:22:52
AC :'))) |