0_0_17059980_16192.cpp: In function 'int main()':
0_0_17059980_16192.cpp:25:34: error: 'max' was not declared in this scope
RP[i+a]=max(RP[i]+c,RP[i+a]);
^
0_0_17059980_16192.cpp:31:34: error: 'max' was not declared in this scope
RP[i+a]=max(RP[i]+c,RP[i+a]);
^
|