0_0_37863395_9574.cpp:46:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_37863395_9574.cpp:46:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_37863395_9574.cpp:52:11: error: redefinition of 'const long long int N'
const int N=5003;
^
0_0_37863395_9574.cpp:7:11: note: 'const long long int N' previously defined here
const int N=5003;
^
0_0_37863395_9574.cpp:53:11: error: redefinition of 'const long long int mod'
const int mod=998244353;
^
0_0_37863395_9574.cpp:8:11: note: 'const long long int mod' previously defined here
const int mod=998244353;
^
0_0_37863395_9574.cpp: In function 'long long int read()':
0_0_37863395_9574.cpp:54:12: error: redefinition of 'long long int read()'
inline int read()
^
0_0_37863395_9574.cpp:9:12: note: 'long long int read()' previously defined here
inline int read()
^
0_0_37863395_9574.cpp: At global scope:
0_0_37863395_9574.cpp:61:12: error: redefinition of 'long long int dp [5003][5003]'
int dp[N][N];//前i组用了j个套娃
^
0_0_37863395_9574.cpp:16:5: note: 'long long int dp [5003][5003]' previously declared here
int dp[N][N];//前i组用了j个套娃
^
0_0_37863395_9574.cpp:62:5: error: redefinition of 'long long int n'
int n,k,r;
^
0_0_37863395_9574.cpp:17:5: note: 'long long int n' previously declared here
int n,k,r;
^
0_0_37863395_9574.cpp:62:7: error: redefinition of 'long long int k'
int n,k,r;
^
0_0_37863395_9574.cpp:17:7: note: 'long long int k' previously declared here
int n,k,r;
^
0_0_37863395_9574.cpp:62:9: error: redefinition of 'long long int r'
int n,k,r;
^
0_0_37863395_9574.cpp:17:9: note: 'long long int r' previously declared here
int n,k,r;
^
0_0_37863395_9574.cpp:63:8: error: redefinition of 'long long int a [5003]'
int a[N];
^
0_0_37863395_9574.cpp:18:5: note: 'long long int a [5003]' previously declared here
int a[N];
^
0_0_37863395_9574.cpp: In function 'void solve()':
0_0_37863395_9574.cpp:64:6: error: redefinition of 'void solve()'
void solve()
^
0_0_37863395_9574.cpp:19:6: note: 'void solve()' previously defined here
void solve()
^
0_0_37863395_9574.cpp: In function 'int main()':
0_0_37863395_9574.cpp:84:8: error: redefinition of 'int main()'
signed main()
^
0_0_37863395_9574.cpp:39:8: note: 'int main()' previously defined here
signed main()
^
|