Problem2192--Namespace grouping

2192: Namespace grouping

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

Use a namespace grouping to insert this declaration, void greeting();, in namespace Problem2. Then, in another, separate namespace grouping, add the definition of greeting()in namespace Problem2, and output

Output

Greetings from namespace Problem2.

Sample Output Copy

Greetings from namespace Problem2.

Source/Category

32