Contest Experiences | AtCoder Regular Contest #165
Last Updated :
21 Apr, 2025
Atcoder is an Online Platform where coder come and solve the questions to gain experience of coding, during interviews and also make their foundation strong. There are different types of contests Available on their platform such as AHC (AtCoder Heuristic Contest), AGC (AtCoder Grand Contest), ARC (AtCoder Regular Contest), and ABC(AtCoder Beginner Contest). In this article, we will discuss about ARC Contest 165.
About the Contest | AtCoder Regular Contest #165:
- Contest Date: 17/Sept/2023.
- Contest Time: 05:30 pm (IST)
- Duration: 120 minutes
- Number of Questions: 6
- Question-wise point values: 400-600-600-700-700-800
- Contest Rule: you get a score assigned to it.
- Rank Computed: From the total marks of Question- [(the time you spend to get your current score) + (5 minutes) * (the number of incorrect attempts)].
Link of the Contest: https://atcoder.jp/contests/arc165
Overview of the questions asked:
Problem 1: Sum Equals LCM
This question is Straight Forward, for a given value of N we have to check the sum of their LCM is equal to N.
Problem 2: Sliding Window Sort
For solving this question you must have a good hands on Lexicographical concept. This problem is bit tricky. You have to find largest possible arrangement of number that will come last when sorted in dictionary order.
Problem 3: Social Distance on Graph
The Pre-requsite of the question is to know about the Simple Path in undirected Graph and once you done with the concept you have to find the minimum weight of a simple path connecting vertices of the same color.
Problem 4: Substring Comparison
In this question, you have asked to find list of 4 whole number(A,B,C,D) in which the sub-list of X from position A to B should be lexicographically smaller than the sub-list of X from position C to D.
Problem 5: Random Isolation
The question is asking to find the average number of time a certain action is performed In a Tree. Also, find the remainder by dividing the average by 998244353
Problem 6: Make Adjacent
You have to make 'good sequence' by minimum number of swaps in which the pair of adjacent value are same. Unfortunately, i was unable to solve this question.
Conclusion:
This contest is tough and also if you are beginner then don't give ARC(Atcoder Regular Contest) start with easy question in ABC(Atcoder Beginer Contest). Also, if your goal is only to crack placement then this much won't be required. But if your goal is to mastering Competative Programming then this platform is for you.
Similar Reads
Contest Experiences | AtCoder Regular Contest 166 Atcoder is a platform where coding enthusiast come to enhance their skills and also participate in contests to gain confidence. On their platform, different types of contests are available such as AHC (AtCoder Heuristic Contest), AGC (AtCoder Grand Contest), ARC (AtCoder Regular Contest), and ABC(At
2 min read
Contest Experiences| AtCoder Regular Contest #156 This was a contest organized on the AtCoder platform on February 18, 2023 and it consisted of 6 questions that were to be solved in a time frame of 120 minutes from 5:30 PM to 7:30 PM (GMT+5:30). Prizes/offers: It was a rated contest, so no such prizes were offered. Link of the Contest: https://atco
7 min read
Contest Experiences | AtCoder Regular Contest (ARC) 157 Atcoder is one of the leading Platforms providing different contests for coding enthusiasts. On their platform, different types of contests are available such as AHC (AtCoder Heuristic Contest), AGC (AtCoder Grand Contest), ARC (AtCoder Regular Contest), and ABC(AtCoder Beginner Contest). About the
3 min read
Contest Experiences | AtCoder: Beginner Contest 285 This contest was conducted by AtCoder's Platform on the 15th of January 2023, It consisted of 7 questions and the time given is 100 minutes and each question has different points according to their difficulty level. Link of the contest: https://atcoder.jp/contests/abc285 OVERVIEW OF QUESTIONS:Proble
4 min read
Contest Experiences | AtCoder Beginner Contest 322 With the increase in demand for coding in the tech industry people started solving coding questions on different platforms, one of the platforms that provide opportunities for coders to practice their skills is AtCoder. On their platform, different types of contests are available such as AHC (AtCode
3 min read
Contest Experiences | AtCoder Beginner Contest 322 With the increase in demand for coding in the tech industry people started solving coding questions on different platforms, one of the platforms that provide opportunities for coders to practice their skills is AtCoder. On their platform, different types of contests are available such as AHC (AtCode
3 min read