go.cpp:2:1: error: 'vector' does not name a type
2 | vector<tuple<int,int,int>> pokemon;
| ^~~~~~
go.cpp:3:1: error: 'll' does not name a type
3 | ll int dp[3][2001][101][101];
| ^~
go.cpp:4:1: error: 'll' does not name a type
4 | ll int sagda(int ,int ,int ,int);
| ^~
go.cpp:5:1: error: 'll' does not name a type
5 | ll int solda(int nerden, int sn,int left,int right){
| ^~
go.cpp:30:1: error: 'll' does not name a type
30 | ll int sagda(int nerden,int sn,int left,int right){
| ^~
go.cpp: In function 'int main()':
go.cpp:55:2: error: 'lalala' was not declared in this scope
55 | lalala;
| ^~~~~~
go.cpp:56:9: error: 'dp' was not declared in this scope
56 | memset(dp,-1,sizeof(dp));
| ^~
go.cpp:56:2: error: 'memset' was not declared in this scope
56 | memset(dp,-1,sizeof(dp));
| ^~~~~~
go.cpp:1:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
+++ |+#include <cstring>
1 | int n,k,m;
go.cpp:57:9: error: 'cin' was not declared in this scope
57 | int mm;cin>>n>>k>>mm;
| ^~~
go.cpp:58:2: error: 'll' was not declared in this scope
58 | ll int cev=0;
| ^~
go.cpp:62:5: error: expected ';' before 'int'
62 | ll int a,b,c;cin>>a>>b>>c;
| ^~~~
| ;
go.cpp:62:21: error: 'a' was not declared in this scope
62 | ll int a,b,c;cin>>a>>b>>c;
| ^
go.cpp:62:24: error: 'b' was not declared in this scope
62 | ll int a,b,c;cin>>a>>b>>c;
| ^
go.cpp:62:27: error: 'c' was not declared in this scope
62 | ll int a,b,c;cin>>a>>b>>c;
| ^
go.cpp:64:4: error: 'cev' was not declared in this scope
64 | cev+=b;
| ^~~
go.cpp:67:6: error: 'abs' was not declared in this scope
67 | if(abs(k-a)<c){
| ^~~
go.cpp:68:4: error: 'pokemon' was not declared in this scope
68 | pokemon.pb({a,b,c});
| ^~~~~~~
go.cpp:76:2: error: 'cout' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~~
go.cpp:76:12: error: 'solda' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~~~
go.cpp:76:31: error: 'sagda' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~~~
go.cpp:76:8: error: 'max' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~
go.cpp:76:49: error: 'cev' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~
go.cpp:76:54: error: 'endl' was not declared in this scope
76 | cout<<max(solda(2,0,le,rr-1),sagda(2,0,le,rr))+cev<<endl;
| ^~~~