sculpture.cpp:3:1: error: 'll' does not name a type
ll n,a,b,arr[59];
^~
sculpture.cpp:4:1: error: 'll' does not name a type
ll dp[59][509];
^~
sculpture.cpp:5:1: error: 'll' does not name a type
ll bt(ll id,ll sum,ll curr,ll flag,bool flag2){
^~
sculpture.cpp: In function 'int main()':
sculpture.cpp:20:10: error: 'n' was not declared in this scope
cin>>n>>a>>b;
^
sculpture.cpp:20:10: note: suggested alternative: 'yn'
cin>>n>>a>>b;
^
yn
sculpture.cpp:20:13: error: 'a' was not declared in this scope
cin>>n>>a>>b;
^
sculpture.cpp:20:16: error: 'b' was not declared in this scope
cin>>n>>a>>b;
^
sculpture.cpp:21:31: error: 'arr' was not declared in this scope
for(int i=0;i<n;i++) cin>>arr[i];
^~~
sculpture.cpp:22:12: error: 'dp' was not declared in this scope
memset(dp,-1,sizeof(dp));
^~
sculpture.cpp:23:11: error: 'bt' was not declared in this scope
cout<<bt(0,0,0,0,0)<<endl;
^~