WOJ (WASM-OJ) is a new online judge system written in Rust. It is designed to be a consistency, secure and scalable system.
Now, WOJ needs your help to test if the system is ready to run by executing a program that prints Hello, {someone}!.
This is the first problem in WOJ's official problem box!
The input is a string, which is the name of the person you want to say hello to. The length of the string is no more than 100 characters.
The output is a string, which is the sentence Hello, {someone}!.
People usually have a first name and a last name.
There is no input.
There is no output.
This is a sample testcase, the input is World and the output should be Hello, World!.
| Input | Output |
|---|---|
|
|
This is another sample testcase.
| Input | Output |
|---|---|
|
|
| ID | Description | Score |
|---|---|---|
| 0 | See Sample #0 | 0 |
| 1 | See Sample #1 | 0 |
| 2 | There is no description. | 30 |
| 3 | There is no description. | 30 |
| 4 | There is no description. | 40 |
| ID | Limits | Score |
|---|---|---|
| 0 | $1000000, 16MB | 70 |
| 1 | $10000, 2MB | 30 |
The total score of this problem is 10000.
There is no hint.