Problem helloworld
User shoryu386
Submission Time 2023-02-13 21:10:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:1: error: new types may not be defined in a return type
4 | struct peng{
| ^~~~~~
helloworld.cpp:4:1: note: (perhaps a semicolon is missing after the definition of ‘peng’)
helloworld.cpp:4:1: error: ‘::main’ must return ‘int’