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;

int a,b,s1,s2,s;

int main()

{

cin>>a>>b;

s1=0; s2=0;

for (int i=a; i<=b; i++)

{

if (i%2==0) s1+=i;

else s2+=i;

}

cout<<s1<<endl;

cout<<s2;

return 0;

}

9 tháng 3 2023

đc

(2*x+y)*(2*x+y)+1/3+5/(6*y)+7

21 tháng 12 2020

\((2x+y)^2+\dfrac{1}{3}-\dfrac{4x+5}{6y+7}\) → sqr(2*x+y)+1/3-(4*x+5)/(6*y+7)

12 tháng 3 2023

Tham khảo:

1. (+)This summer I will visit a new country with two of my best friends.

(-)This summer I won’t visit a new country with two of my best friends.

(?)Will this summer I visit a new country with two of my best friends?

2.(+)I will write a diary.

(-)I won’t write a diary.

(?)Will you write a diary?

( từ câu 3 mình sẽ dùng câu bị động đổi món cho bạn nhe =))

3.(+)The employees will be considered for a raise by the director.

(-)The employees won’t be considered for a raise by the director.

(?) Will the employees be considered for a raise by the director?

4.(+)A cake will be made by him.

(-)A cake won’t be made by him.

(?)Will a cake be made by him?

5.(+)My letter will be kept?

(-)My letter won’t be kept?

(?)Will my letter be kept?

 

12 tháng 3 2023

cảm ơn bạnvui

30 tháng 12 2020

Sai ở chỗ vị trí đặt của Uses crt; Thiếu chấm phẩy sau lệnh Writeln và sai chính tả chữ Reason

Sửa lại: 

program chao;

uses crt;

begin

writeln('Chao cac ban');

readln;

end.

 

23 tháng 10 2021

Giữa "var" và "a:real" thì ko xuống dòng

23 tháng 10 2021

hình như là c:=a+b chưa có ; 

10 tháng 12 2021

Giúp mình với