#include int main(){ int b,i; for(i=0;i<9;i++){ scanf("%d",&b); if(b!=i+1){ printf("%d",i+1); return 0; } } printf("10"); return 0; }