Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Logic Missing for my Code : Educational Codeforces Round 143 [Rated for Div. 2] 2nd Question

Правка en1, от PrudhviRao15, 2023-02-17 15:05:48
  • I was up-solving the div2-143 2nd question I have built the logic and coded Question Link...
  • the logic goes like this

I have counted all the segments lines through which k passes and maintained a boolean array to mark it as true so I loop through x (all the points between 1 to 50) and check whether it's visiting that boolean array if it visits all the boolean arrays marked true then there will be point x which equal to point k or else continue

193931831

the solution is missing some corner cases

Please let me know the missing case i have been submitting 6-7 times by changing some logic still fails

Thanks for the effort

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский PrudhviRao15 2023-02-17 15:05:48 808 Initial revision (published)