#include using namespace std; int main(){ double P,Q,R; cin>>P>>Q>>R; double ans=max(max(max(max(max(P,Q),R),P+Q),Q+R),P+R); cout<