#include using namespace std; int main(){ int n; int k = 0; for(int i = 0;i < 9;i++){ cin >> k; n += k; } cout << 55 - n << endl; return 0; }