D. Counting Pairs | Codeforces Round 995 (Div. 3)

  Рет қаралды 187

CodeLearnCode

CodeLearnCode

Күн бұрын

Пікірлер
@codeNLearnNCode
@codeNLearnNCode 4 күн бұрын
Problem Link: codeforces.com/contest/2051/problem/D
@LolpaKhum
@LolpaKhum 3 күн бұрын
code plz ?
@NeerajMansingh-l2l
@NeerajMansingh-l2l 2 күн бұрын
Nice video, explained in a concise way. Please could you also add writings if possible ? However thanks for the explanation 😊
@codeNLearnNCode
@codeNLearnNCode Күн бұрын
@@LolpaKhum #include using namespace std; void solve() { long long n, x, y, sum = 0; cin >> n >> x >> y; vector a(n); for (int i = 0; i < n; i++) { cin >> a[i]; sum += a[i]; } sort(a.begin(), a.end()); long long ans = 0; for (int i = 0; i < n - 1; i++) { sum -= a[i]; int f1 = -1, f2 = -1; int start = i + 1, end = n - 1; while (start = x && sum - a[mid]
@codeNLearnNCode
@codeNLearnNCode Күн бұрын
@@NeerajMansingh-l2l thanks man, sure i'll try to add writings too
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 737 М.
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 179 М.
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 532 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 379 М.
Intro to Data Oriented Design for Games
52:35
Nic Barker
Рет қаралды 29 М.
why are switch statements so HECKIN fast?
11:03
Low Level
Рет қаралды 435 М.
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 759 М.
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН