0_0_37543098_31281.cpp: In function 'int main()':
0_0_37543098_31281.cpp:29:3: error: 'll' was not declared in this scope
ll sum=0;
^
0_0_37543098_31281.cpp:32:4: error: 'sum' was not declared in this scope
sum+=dp[n][i];
^
0_0_37543098_31281.cpp:34:39: error: 'sum' was not declared in this scope
cout << "Case #" << ++cas << ": " << sum << endl;
^
|