Educational Codeforces Round 25, problem: (E) 
Difference between en1 and en2, changed 73 character(s)
<a href="http://codeforces.com/contest/825/problem/E">Problem Link </a>↵
Anyone please help me to understand the problem . ↵
For this example :↵
  ↵
<pre>       3 3↵
       3 1↵
       2 1↵
       2 3↵
</pre>↵
If we set <code>label[ 2 ] = 1 , label[ 3 ] = 2 , label[ 1 ] = 3 </code>; Answer should be : 2 3 1 but answer is 3 2 1 , but why ? 

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Ehsan_sShuvo 2018-04-15 23:51:33 73
en1 English Ehsan_sShuvo 2018-04-15 23:50:43 314 Initial revision (published)