#include using namespace std; int main() { int n, x, sum=0; cin >> n >> x; vector a(n); for(int i=0; i> a.at(i); for(int i=0; i