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