https://github.com/hasibcoderlab/cf1a-say-hello
https://github.com/hasibcoderlab/cf1a-say-hello
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasibcoderlab/cf1a-say-hello
- Owner: HasibCoderLab
- Created: 2025-09-12T04:55:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T05:23:16.000Z (6 months ago)
- Last Synced: 2025-09-12T07:09:01.629Z (6 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CF1A — Say Hello With C++
- **Contest:** Contest 1
- **Problem:** A — Say Hello With C++
- **Link:** https://codeforces.com/group/MWSDmqGsZm/contest/219158/problem/A
- **Language:** C++
- **File:** `Say-Hello.cpp`
## Problem
Print `Hello, (name)` given a single string `S`.
## Solution idea
Simple string output. Read the input string and print `Hello, ` followed by the name.