国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

A+B (II)

2019-11-09 20:34:20
字體:
來源:轉載
供稿:網友

Your task is to Calculate a + b.InputThere are multiple test cases. Each test case contains only one line. Each line consists of a pair of real number a and b(0<=a,b<=1000000), separated by a space.OutputFor each case, output the answer in one line rounded to 4 digits after the decimal point.Sample Input1 510 200.1 1.5Sample Output6.000030.00001.6000

#include <iostream>#include <iomanip>using namespace std;int main(){	double m,n;    while(cin>>m>>n)        cout<<fixed<<setPRecision(4)<<m+n<<endl;    return 0;}


上一篇:poj1961

下一篇:windows API CryptBinaryToString

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 葫芦岛市| 乐业县| 南雄市| 台江县| 竹山县| 社旗县| 美姑县| 平塘县| 沁源县| 绥江县| 中方县| 广灵县| 福安市| 南平市| 尼玛县| 扎囊县| 兰考县| 横峰县| 崇明县| 浑源县| 镇平县| 盘山县| 英德市| 五寨县| 临朐县| 合作市| 唐海县| 通渭县| 永定县| 清新县| 巴东县| 五家渠市| 巴林右旗| 洛扎县| 西峡县| 东乡族自治县| 东明县| 邻水| 宁波市| 民县| 信丰县|