/**/
#include<stdio.h>
int main()
{
float boy;
float girl;
float love;
float hate;
float cherrise;
float facebook;
float boy_girl;
float girl_boy;
printf("input the age of girl:",girl);
printf("input the age of boy",boy);
scanf("%f",&girl);
scanf("%f",boy);
boy-girl=boy+girl,
girl-boy=girl+boy;