Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Update problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Oct 28, 2023
1 parent c265d87 commit db13e74
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/icpc/hello-format-s/data/secret/0.ans
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello world!
1 change: 1 addition & 0 deletions packages/icpc/hello-format-s/data/secret/1.ans
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello oj-lab!
17 changes: 17 additions & 0 deletions packages/icpc/hello-format-s/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Hello %s

Almost every programming language has a "Hello World" example.
So lets make it a little bit more interesting.

We need you let your program print "Hello %s" to the standard output.
The `%s` is a placeholder for a name.

## Input

The input contains a single line with a name. EX: `World!`

## Output

The output should be a single line with the text "Hello %s" where `%s` is the name from the input.

If the input is `World!` the output should be `Hello World!`.
1 change: 0 additions & 1 deletion packages/icpc/hello_world/data/secret/0.ans

This file was deleted.

1 change: 0 additions & 1 deletion packages/icpc/hello_world/data/secret/1.ans

This file was deleted.

0 comments on commit db13e74

Please sign in to comment.