Problem | greeting |
---|---|
User | Keevan19 |
Submission Time | 2024-02-05 16:10:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp:1:3: error: invalid preprocessing directive #Problem
1 | # Problem 1: Greeting
| ^~~~~~~
greeting.cpp:3:3: error: invalid preprocessing directive #Read
3 | # Read input
| ^~~~
greeting.cpp:6:3: error: invalid preprocessing directive #Generate
6 | # Generate greeting
| ^~~~~~~~
greeting.cpp:9:3: error: invalid preprocessing directive #Print
9 | # Print the greeting
| ^~~~~
greeting.cpp:4:1: error: ‘name’ does not name a type
4 | name = input().strip()
| ^~~~