#include int main(){ int i,B,c=55; for(i = 0; i < 9; i++){ scanf("%d",&B); if(i < 9){ printf(" "); } c -=B; } printf("%d",c); }