# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
611818 | 2022-07-29T07:54:02 Z | Shithila | 고대 책들 (IOI17_books) | C++14 | 0 ms | 0 KB |
#include "books.h" long long minimum_walk(std::vector<int> p, int s) { int len=p.size(); int correct=true; int count=0; for(int i=len-1;len>0;len--) { if(p[i]!=i) { correct=false; break; } count++; } if(correct==true) return 0; else { int ans=n-count-1; ans=ans+ans; return ans; } }