5

TheForces Round #4 Editorial [Mashup]

 1 year ago
source link: https://codeforces.com/blog/entry/111571
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
By -kirito-, 13 hours ago, In English

11 hours ago, # |

Please add the following test to this problem 422264C - 10 - Another GCD as it will cause TLE to this solution 189568443

int n = 1e5, num = 1e9;
cout << n << "\n";
for (int i = 0; i < n; i++)
    cout << num-- << " ";
  • 11 hours ago, # ^ |

    Thanks for this test. Hacked

    • 11 hours ago, # ^ |

      You're welcome bro

3 hours ago, # |

Interesting contest, quite educational and meaningful for beginners.

But D may be too easy for its place, it's a traditional maths problem which is far more easier than C.

  • 44 minutes ago, # ^ |

    Thanks for your opinion, Actually we know it's easy, But many people couldn't come up with the easy solution during the round (if you see standings) Also some of our testers couldn't come up during testing too, So we decided to put it at position D.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK