Unsuccessful hacking attempt in Educational Codeforces Round 92 Editorial help

Revision en1, by Kaleab_Asfaw, 2020-08-01 21:38:50

I have participated in Educational Codeforces Round 92 Editorial and in the hacking phase I was trying to hack 88307545 solution. The input data I used was:

2
1 25
100 250

The code will output (on local PC and on online compiler):

12 24
25 5
25 5
25 5
25 5
125 250

I write the second test case to make codeforces think "the first line from the output is for the first test case and the others are for the second test case", but I got unsuccessful attempt. I didn't understand why this didn't work? Can someone explain to me?

Thanks in Advance!

Tags help, hacking

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Kaleab_Asfaw 2020-08-01 21:38:50 704 Initial revision (published)