#include using namespace std; int main(){ int arr[9]; int sum=0; for(int i=0; i<9; i++){ cin>>arr[i]; sum+=arr[i]; } int s2 = 55; cout<