0_0_21430643_27996.cpp:69:2: error: stray '#' in program
}#include <iostream>
^
0_0_21430643_27996.cpp:69:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_21430643_27996.cpp:77:15: error: redefinition of 'int val [30][30]'
int val[30][30], dp[30][30][60 * 30 + 5];
^
0_0_21430643_27996.cpp:9:5: note: 'int val [30][30]' previously declared here
int val[30][30], dp[30][30][60 * 30 + 5];
^
0_0_21430643_27996.cpp:77:40: error: redefinition of 'int dp [30][30][1805]'
int val[30][30], dp[30][30][60 * 30 + 5];
^
0_0_21430643_27996.cpp:9:18: note: 'int dp [30][30][1805]' previously declared here
int val[30][30], dp[30][30][60 * 30 + 5];
^
0_0_21430643_27996.cpp: In function 'int main()':
0_0_21430643_27996.cpp:79:5: error: redefinition of 'int main()'
int main()
^
0_0_21430643_27996.cpp:11:5: note: 'int main()' previously defined here
int main()
^
|