Problem | oddoneout |
---|---|
User | Elliott2011 |
Submission Time | 2024-11-15 10:24:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
oddoneout.cpp: In function ‘std::string generate_string()’:
oddoneout.cpp:17:20: error: expected ‘;’ before ‘}’ token
17 | std::cout << c+1
| ^
| ;
18 | }
| ~