making functions inline can get the TLE code accepted

Revision en1, by hg333, 2020-01-06 12:37:54

This is my solution with inline function.

This is without inline keyword.(TLE)

making the function inline shortened execution time drastically.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English hg333 2020-01-06 12:37:54 325 Initial revision (published)