Problem | 3nplus1 |
---|---|
User | charlotteteo |
Submission Time | 2023-06-27 16:42:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:2:20: error: expected ‘;’ before ‘void’
2 | using namespace std
| ^
| ;
3 | void generateSequence(int n) {
| ~~~~