0_0_33701901_29979.cpp: In function 'void dfs(int, int, int)':
0_0_33701901_29979.cpp:101:12: error: redeclaration of 'll temp1'
ll temp1 = max(dp[d][0][1], dp[d][1][0]) + nowe.len;
^
0_0_33701901_29979.cpp:90:12: note: 'll temp1' previously declared here
ll temp1 = max(dp[d][0][1], dp[d][1][0]) + nowe.len;
^
|