#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;i>n>>x; int sum=0; rep(i,n){ int temp; cin>>temp; sum+=(x-temp); } cout<