While going through the solutions I’ve found that some users solution were exactly same although there are some diferences in variable,addition of extra stuff(like header files,unused variables) and position of function.Here’s the code:
Set-I(Exactly as it is)
http://www.codechef.com/viewsolution/3612946-armike
http://www.codechef.com/viewsolution/3612818-grigor
What’s more suprising fact is that their submissions for SSTORY are exactly same.
http://www.codechef.com/viewsolution/3554249-grigor
http://www.codechef.com/viewsolution/3558672-armike
Set-II(Change in variable names and position of functions)
http://www.codechef.com/viewsolution/3611251-pranav47
http://www.codechef.com/viewsolution/3553381-kevind
What’s more suprising fact is that their submissions for MIKE3 are also similar(in terms of same logic and changed variables)One has even added some unused function.
http://www.codechef.com/viewsolution/3562493-kevind
http://www.codechef.com/viewsolution/3617317-pranav47
Some people never learn!!!