#include using namespace std; int main(){ int vec[10]; for(int i=0; i<10; i++){ cin>>vec[i]; } for(int i=0; i<10; i++){ if(vec[i] != i) cout<