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