Problem atleasttripledate
User PicradSG
Submission Time 2026-03-04 20:52:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atleasttripledate.cpp:30:2: error: stray ‘#’ in program
30 | }#include <bits/stdc++.h>
| ^
atleasttripledate.cpp:30:3: error: ‘include’ does not name a type
30 | }#include <bits/stdc++.h>
| ^~~~~~~
atleasttripledate.cpp:40:11: error: redefinition of ‘const int maxn’
40 | const int maxn = 2e3+5,MOD = 1e9+7;
| ^~~~
atleasttripledate.cpp:11:11: note: ‘const int maxn’ previously defined here
11 | const int maxn = 2e3+5,MOD = 1e9+7;
| ^~~~
atleasttripledate.cpp:40:24: error: redefinition of ‘const int MOD’
40 | const int maxn = 2e3+5,MOD = 1e9+7;
| ^~~
atleasttripledate.cpp:11:24: note: ‘const int MOD’ previously defined here
11 | const int maxn = 2e3+5,MOD = 1e9+7;
| ^~~
atleasttripledate.cpp:41:4: error: redefinition of ‘ll N’
41 | ll N,dp[maxn];
| ^
atleasttripledate.cpp:12:4: note