#include using namespace std; int main(void){ int a[9]; int s = 10*11/2; for(int i=0;i<9;i++){ cin>>a[i]; s-=a[i]; } cout<