#include using namespace std; int main() { float a,b; float sum; cin>>a>>b; sum=a+b; cout<