| Problem | trains |
|---|---|
| User | Henries |
| Submission Time | 2024-12-13 22:06:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trains.cpp: In function ‘int main()’:
trains.cpp:26:17: error: expected ‘}’ at end of input
26 | cout << dp[n+2];
| ^
trains.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^