codesolvediscuss | Unsorted

Telegram-канал codesolvediscuss - Codeforces solutions | CodeSolve | discussion

1583

Subscribe to a channel

Codeforces solutions | CodeSolve | discussion

bro i cant see it can u send it like copy paste it here

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Triangle Count (Easy)

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Code bhejdo koi please

Читать полностью…

Codeforces solutions | CodeSolve | discussion

can anyone hint me with gcd one

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Calorie LIMIT CODECHEF

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Har ke kesa lag raha he batau

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Means codeforces is sending similar solutions attention

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Bro how to escape skipped problems??

Читать полностью…

Codeforces solutions | CodeSolve | discussion

write full code please

Читать полностью…

Codeforces solutions | CodeSolve | discussion

fun main() {
val t = readLine()!!.toInt()
repeat(t) {
val n = readLine()!!.toInt()
val d = readLine()!!.split(" ").map { it.toInt() }
val maxFirst = d.take(n - 1).maxOrNull()!!
val last = d[n - 1]

if (maxFirst == last - 1) {
println(maxFirst)
} else {
println("Ambiguous")
}
}
}

A

Читать полностью…

Codeforces solutions | CodeSolve | discussion

why monkey language again

Читать полностью…

Codeforces solutions | CodeSolve | discussion

/channel/codesolvediscuss/22055

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Anyone can help me with C?

Читать полностью…

Codeforces solutions | CodeSolve | discussion

is there a easier way for problem c?

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Give the correct one

Читать полностью…

Codeforces solutions | CodeSolve | discussion

GCD XOR SOLUTION
SUBSCRIBE AND SHARE GROUP FOR MORE FREE CODES

Читать полностью…

Codeforces solutions | CodeSolve | discussion

🔥CODECHEF 🔥


TRIANGLE COUNT EASY DONE. ✅ ✅✅✅

TREE CUT XOR.. ✅✅✅

TREE CUT XOR. DONE. ✅✅✅


TREE CUT XOR. ✅✅

DMM

@codercpp001

Читать полностью…

Codeforces solutions | CodeSolve | discussion

yea same i aint getting it too

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Gcd and xor bhej bhai

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Harm blue dabudi dabuday and dabuti daputai daputi daputai

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Anyone from Bangladesh?

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Just change problems.

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Has anybody given oa of fastenal??? Pls msg

Читать полностью…

Codeforces solutions | CodeSolve | discussion

B Just write first 1 and write from n , n - 1 , .... , 2

For example:
n = 5
Output : 1 5 4 3 2

Читать полностью…

Codeforces solutions | CodeSolve | discussion

can we sumbit code in cpp

Читать полностью…

Codeforces solutions | CodeSolve | discussion

🔥🔥CF 🔥🔥🔥


A DONE ✅✅✅


A DONE ✅✅✅

DMM

Читать полностью…

Codeforces solutions | CodeSolve | discussion

You got me bro😍
Thanks

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Yes . But i dont no . Correct or not . Try

Читать полностью…

Codeforces solutions | CodeSolve | discussion

#include <bits/stdc++.h>
using namespace std;
#define int long long


int32_t main(){
int t;
cin>>t;
while(t--){
int n,d,k;
cin>>n>>d>>k;
//vector<int>v(n+2,0);
int l,r;
map<int,int>start,end;
while(k--){
cin>>l>>r;
start[l]++;
end[r]++;
}
int mom=0,conv=0,bro=0,momind=1,broind=1;

for(int i=1; i<=d; i++){
if(start.find(i)!=start.end()){
conv+=start[i];
}
}
mom=bro=conv;
//cout<<conv<<" ";
for(int i=2; i<=n-d+1; i++){
if(start.find(i+d-1)!=start.end()){

conv+=start[i+d-1];
}
if(end.find(i-1)!=end.end()){
conv-=end[i-1];
}
//cout<<conv<< " ";
if(conv>bro){
bro=conv;
broind=i;
}
if(mom>conv){
mom=conv;
momind=i;
}
}
//cout<<endl;
cout<<broind<<" "<<momind<<endl;
}
}

Читать полностью…

Codeforces solutions | CodeSolve | discussion

Yup and some r saying that it got accepted

Читать полностью…
Subscribe to a channel