#include using namespace std; #define rep(i,n) for(int i=0;i>N>>X; rep(i,N){ int64_t A; cin>>A; S+=A; } cout<