SBD_01_Lam
Số kỳ thi:
3
Min. rating:
778
Max rating:
902
Rating
829
Bài tập
183
Điểm
29465
Rating #
4930
Điểm #
716
Lê Xuân Lâm (THPT Yên Định 2)
Giới thiệu
A man will die, but not his ideas!
std::string gt="Hello, world";
printf ("%s\n",gt.c_str());
Life is suffering...,and suffering is C++
about me:
- Học sinh lớp 10A2 trường THPT Yên Định 2(2024-2025).
- Ngày bước chân vào con đường tà đạo: 5/1/2023.
- "thành thạo" c++, powerpoint, capcut, alight motion,...
- Don't be sad that it's over, be happy because it happened.
- I never quit minecraft, I just take a really long break from it.
links:minecraft (Ai generate)
facebook
CSL::OJ
GitHup (chưa bt dùng🐳)
tapy.me
discord (blue archive glb)
CSES - Weird Algorithm
#include <bits/stdc++.h>
#define fi first
#define se second
typedef long long ll;
using namespace std;
ll n;
signed main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);cout.tie(0);
scanf("%lld", &n);
while(n > 1){
printf("%lld ", n);
if(n&1) n = 3*n+1;
else n >>= 1;
}
printf("1\n");
}
just don't learn cpp, trust me!
Các lần thi
, #