Please read the new rule regarding the restriction on the use of AI tools. ×

Very Peculiar Problem in Think Cell Round 1 A

Revision en1, by KiZamaDo17, 2024-03-07 21:54:22

So this was the question 1930A - Maximise The Score at think-cell Round 1. We simply had to sort the array and add the odd entries.

And so I did except that it gets accepted or TLE rejected just cause of Variable name.

I chose the loop variable i here and it TLEd 250123631 I chose the loop variable j and the exact same code as above and it got accepted 250123236 There are two loops in my program and I named both as j and it still got accepted 250123505

So why the particular hate for "i"? satyam343 And I lost 15 extra minutes and valuable points in that question as well.

I would love to know the reason if someone could explain or if it is a CF issue.

Tags thinkcell

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English KiZamaDo17 2024-03-07 21:54:22 763 Initial revision (published)