typedef long long ll; typedef long double ld; #include using namespace std; int main() { ll n,h; std::cin >> n>>h; for (int i = 0; i < n; i++) { ll t; std::cin >> t; std::cout << t+h; if(i