| Problem | reciprocals |
|---|---|
| User | LXYSGP |
| Submission Time | 2025-11-15 12:57:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reciprocals.cpp: In function ‘std::vector<int> construct_sequence(int, int)’:
reciprocals.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | break
| ^
| ;
21 | }
| ~