0_0_35766253_4331.cpp: In function 'int main()':
0_0_35766253_4331.cpp:35:38: error: expected ')' before '}' token
if(dp[i][xx]>=100}//|| dp[i][xxx]>=100){
^
0_0_35766253_4331.cpp:35:38: error: expected primary-expression before '}' token
0_0_35766253_4331.cpp:41:16: error: 'f' was not declared in this scope
if(f){break;}
^
0_0_35766253_4331.cpp:41:19: error: break statement not within loop or switch
if(f){break;}
^
0_0_35766253_4331.cpp: At global scope:
0_0_35766253_4331.cpp:43:9: error: expected unqualified-id before 'if'
if(f){
^
0_0_35766253_4331.cpp:46:9: error: expected unqualified-id before 'else'
else{
^
0_0_35766253_4331.cpp:49:5: error: expected declaration before '}' token
}
^
|