ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1370. Magician

Using STL algorithm
Posted by SANIA (LNU) 27 Nov 2006 20:22
Look how to use STL algorithm rotate(). It's very easy: rotate(arr, arr + k, arr + N);
Re: Using STL algorithm
Posted by sylap 16 Oct 2012 23:57
Thanks !!! I think it will be helpful in the future.