fork download
  1. /*
  2.   Timestamp : 20:48 - Sunday 24,Nov 2024
  3. */
  4. #include <bits/stdc++.h>
  5. using namespace std;
  6.  
  7.  
  8. void solve(long long _case)
  9. {
  10. long long n, m, k, b, mn = INT_MAX, mx = -1, cnt = 0, sum = 0;
  11. string s;cin >> s;
  12. cout << "Hello, " << s << "\n";
  13.  
  14. }
  15.  
  16.  
  17. int main()
  18. {
  19. ios_base::sync_with_stdio(0);
  20. cin.tie(0);
  21. cout.tie(0);
  22. long long t = 1;
  23. // cin >> t; // comment this line if your problem has 1 test case
  24.  
  25. for(long long _case = 1; _case <= t; ++_case)solve(_case);
  26. return 0;
  27. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Hello,