codesolvediscuss | Unsorted

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

1583

Subscribe to a channel

Codeforces solutions | CodeSolve | discussion

Unrated me agr solution same hue to khi ban pd gya to??

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

Codeforces solutions | CodeSolve | discussion

How can E second test case 5

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

Codeforces solutions | CodeSolve | discussion

Share your solutions

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

Codeforces solutions | CodeSolve | discussion

ABCDEF any exchange of G1 G3

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

Codeforces solutions | CodeSolve | discussion

bhai. DIV 4 jesa lag hi nhi rha

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

Codeforces solutions | CodeSolve | discussion

Khatam interest.
Chalo Ghar sab

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

Codeforces solutions | CodeSolve | discussion

contest is now unrated for all

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

Codeforces solutions | CodeSolve | discussion

I have ABCDEF for exchange for G1

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

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 x,y,k;
cin>>x>>y>>k;

int some;
int full;

if(x%k==0)
{
some=x/k;
}
else
{
some=(x/k)+1;
}

if(y%k==0)
{
full=y/k;
}
else
{
full=(y/k)+1;
}

// cout<<some<<" "<<full<<endl;

int mini=min(some,full);

int maxi=max(some,full);
int ans=mini+maxi+(maxi-mini);

if(some>full)
{
ans--;
}

cout<<ans<<endl;

}


return 0;
}

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

Codeforces solutions | CodeSolve | discussion

int main() {
int t;
cin >> t;

while (t--) {
ll x, y, k;
cin >> x >> y >> k;
ll moves = 0 ;
ll cx = 0 , cy = 0 ;

while (cx < x || cy < y) {
if (moves % 2 == 0) {
cx += std::min(k, x - cx);
} else {
cy += std::min(k, y - cy);
}
moves++;
}
cout<<moves<<"\n";
}

return 0;
}

C

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

Codeforces solutions | CodeSolve | discussion

Last case both are equal

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

Codeforces solutions | CodeSolve | discussion

what should we do for last Testcase

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

Codeforces solutions | CodeSolve | discussion

if anyone needs f, dm me

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

Codeforces solutions | CodeSolve | discussion

Last testcase fail ho rha hai

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

Codeforces solutions | CodeSolve | discussion

ha bhai glt to kiya hai

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

Codeforces solutions | CodeSolve | discussion

Guys profile page bhi open nhi ho rha hai

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

Codeforces solutions | CodeSolve | discussion

English nahi maalum 🤣

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

Codeforces solutions | CodeSolve | discussion

Contest itself unrated

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

Codeforces solutions | CodeSolve | discussion

🔥🔥😂🔥😂🔥😂🔥🔥😂🔥😂🔥🔥😂🔥😂😂

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

Codeforces solutions | CodeSolve | discussion

That div 4 is unrated??

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

Codeforces solutions | CodeSolve | discussion

Due to the poor performance of the main site for a long period, Codeforces Round 971 (Div. 4) will be unrated. We apologize for the inconvenience.

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

Codeforces solutions | CodeSolve | discussion

Is cf working fine for u guys?

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

Codeforces solutions | CodeSolve | discussion

Why you send this code again???????????

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

Codeforces solutions | CodeSolve | discussion

No it won’t we have 2 sec

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

Codeforces solutions | CodeSolve | discussion

if (jj_x == jj_y &&(x % k == 0 || y % k == 0)) { count11--; }
cout << count11 <<"\n";

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

Codeforces solutions | CodeSolve | discussion

I think if both are equal than we will do max of both moves -1

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

Codeforces solutions | CodeSolve | discussion

bio wala bnda kha gya bhai

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

Codeforces solutions | CodeSolve | discussion

Hmm c ka edge case kya h??

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

Codeforces solutions | CodeSolve | discussion

C mae edge case samajh nhi aa rha

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

Codeforces solutions | CodeSolve | discussion

kuch to galat kia hai bhai

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