An open API service indexing awesome lists of open source software.

https://github.com/hasibcoderlab/cf1a-say-hello


https://github.com/hasibcoderlab/cf1a-say-hello

Last synced: 6 months ago
JSON representation

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.