Problem | generosity |
---|---|
User | gunnnnnnnnnnnn |
Submission Time | 2024-02-01 16:41:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
generosity.cpp: In function ‘int main()’:
generosity.cpp:6:13: error: a function-definition is not allowed here before ‘{’ token
6 | void give(){
| ^
generosity.cpp:9:2: error: ‘give’ was not declared in this scope
9 | give();
| ^~~~