B. Digits solution code || Educational Codeforces Round 173(Div.2) ||

  Рет қаралды 564

Computer Knowledge

Computer Knowledge

Күн бұрын

Пікірлер: 2
@computerknowledge4217
@computerknowledge4217 19 күн бұрын
//In C++ 17 language #include using namespace std; typedef long long ll; vector determineDigits(ll n, ll d) { vector ans; // Always include 1 ans.push_back(1); // Include 3 if n >= 3 or d is divisible by 3 if (n >= 3 || d % 3 == 0) { ans.push_back(3); } // Include 5 if d is 5 if (d == 5) { ans.push_back(5); } // Include 7 if n >= 3 or (n == 2 and d == 7) if (n >= 3 || (n == 2 && d == 7)) { ans.push_back(7); } // Include 9 if special condition or n >= 6 if (n >= 6) { ans.push_back(9); } else { ll factorial = 1; int i = 2; while (i > t; while (t--) { ll n, d; cin >> n >> d; vector ans = determineDigits(n, d); for (int digit : ans) { cout
@computerknowledge4217
@computerknowledge4217 19 күн бұрын
Like and Subscribe...🙏
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,5 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
L Shapes || Codeforces Round 817 Div2 Problem F
15:51
Competitive Coding - Newton School
Рет қаралды 1 М.
Focusing Simulation
Computer Knowledge
Рет қаралды 3
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 646 М.
I made Tetris in C, this is what I learned
15:15
Austin Larsen
Рет қаралды 26 М.
@MrBeast TAKES A LIE DETECTOR TEST!
11:53
Orkun Işıtmak
Рет қаралды 6 МЛН
Russian secret base uncovered / Russia abandons the region
14:15
NEXTA Live
Рет қаралды 748 М.
Эти функции chatGPT навсегда изменят твою жизнь!
18:09
View the history of top10 in Codeforces!
4:44
Anguei
Рет қаралды 51 М.
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 204 М.