Runtime error in Round Trip II (CSES Graph section)

Revision en1, by Yath, 2022-07-14 22:24:38

My code is giving runtime error for all the cases that have n=1e5 and m = 2e5 input — Test cases 6 , 7 , 8 and 9 on the CSES website. Here is the submission: https://onlinegdb.com/ciDQleE8W

Tags graphs, cycles, directed graph, cses, runtime error

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Yath 2022-07-14 22:24:38 251 Initial revision (published)