K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

#include <bits/stdc++.h>

using namespace std;

double a,b;

int main()

{

cin>>a>>b;

cout<<fixed<<setprecision(2)<<a+b<<endl;

cout<<fixed<<setprecision(2)<<a-b;

return 0;

}

7 tháng 3 2022

câu cuối là 2 mũ 64 nha mn

 

#include <bits/stdc++.h>

using namespace std;

double a,b;

int main()

{

freopen("ab.inp","r",stdin);

freopen("ab.out","w",stdout);

cin>>a>>b;

cout<<fixed<<setprecision(1)<<a+b<<endl;

cout<<fixed<<setprecision(1)<<a-b;

return 0;

}

29 tháng 12 2015

bn hãy nhấn vào Giúp tôi giải toán - Hỏi đáp, thảo luận về toán học - Học toán với OnlineMath là có câu trả lời , mà còn là câu trả lời được online math chọn đấy bn

29 tháng 12 2015

câu hỏi tuông tự hoặc tra google

DD
16 tháng 1 2022

\(a+b=11\times\left(a-b\right)\)

\(\Leftrightarrow a+b=11\times a-11\times b\)

\(\Leftrightarrow b+11\times b=11\times a-a\)

\(\Leftrightarrow12\times b=10\times a\)

\(\Leftrightarrow\frac{a}{b}=\frac{12}{10}=\frac{6}{5}\)