Ôn tập cuối năm

BV
Xem chi tiết
TT
Xem chi tiết
GK
Xem chi tiết
H24
Xem chi tiết
ML
Xem chi tiết
NT
4 tháng 2 2023 lúc 15:22

#include <bits/stdc++.h>

using namespace std;

int n,i,t1=0,t2=0;

int main()

{

cin>>n;

for (int i=1; i<=n; i++)

{

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

else t2+=i;

}

cout<<t1<<endl;

cout<<t2<<endl;

cout<<"hieu tuyet doi la:"<<abs(t2-t1);

}

Bình luận (0)
NT
Xem chi tiết
AT
Xem chi tiết
HD
Xem chi tiết