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