Problem | oddoneout |
---|---|
User | Elliott2011 |
Submission Time | 2024-11-15 10:28:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
oddoneout.cpp: In function ‘int main()’:
oddoneout.cpp:7:31: error: a function-definition is not allowed here before ‘{’ token
7 | std::string generate_string() {
| ^
oddoneout.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
oddoneout.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^