| Problem | jaydenscurve |
|---|---|
| User | hpesoj |
| Submission Time | 2026-08-12 21:08:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘void solve()’:
jaydenscurve.cpp:144:24: error: ‘views’ has not been declared
144 | for (auto [a, b] : views::zip(x, y)) cout << a << ' ' << b << '\n';
| ^~~~~