#Codeforces

Sdílet
Vložit
  • čas přidán 16. 02. 2024
  • My editorial for #Codeforces think-cell round 1 B. "Permutation Printing" editorial
    My submission Link - codeforces.com/contest/1930/s...
    My codeforces profile - codeforces.com/profile/aryanc403
    Community discord server - / discord
    LinkedIn - / yt403
    Twitter - / aryanc403
  • Věda a technologie

Komentáře • 7

  • @freebookstore3242
    @freebookstore3242 Před 5 měsíci +1

    I'm dumb I couldn't find this .. thanks for good explanation

  • @kaushiksen2190
    @kaushiksen2190 Před 5 měsíci +1

    Wonderful explanation bhaiya. Could not solve it during the contest though. Please continue to post more content and video solutions. Thanks

  • @ShivamThakur-pl7ew
    @ShivamThakur-pl7ew Před 5 měsíci

    I also think this problem like you explain but after many wrong submission's.

  • @parikhitkkkk6569
    @parikhitkkkk6569 Před 5 měsíci

    I still not understand 😭

  • @user-fs4nt5do2d
    @user-fs4nt5do2d Před 5 měsíci

    why?
    int main()
    {
    int t;
    cin >> t;
    while (t--)
    {
    int n;
    cin >> n;
    for (int i = 0; i < n;i++)
    {
    if (i%2==1)
    {
    cout