#include <iostream>
using namespace std;
int main()
{
int cm,foot,inch;
printf("please write down cm\n");
scanf("%d",&cm);
inch = (cm/30.48)/(12+1/12);
foot = inch / 12;
inch = inch % 12;
printf("%d cm is %d foot %d inch.\n", cm,foot,inch);
return 0;
}
int main();
{
int intial_time, pass_time,final_time,hour,minite,total;
prnitf("plz write down initial time and pass time")
scanf("%d %d", &intial_time,&pass_time);
hour = 60*(inital_time / 100)+60*(pass_time/100);
minite = initial_time % 100 + pass_time % 100;
total = hour + minite;
hour = total / 60;
minite = total % 60;
printf("the final time is %d %d.", hour,minite);
return 0;
}
int main()
{
int one, two three;
printf("plz write down 3 number");
scanf("%d%d%d", &one,&two,&three);
if (three = false);
{
if
{
two = false;
printf("%d",one);
break
}
printf("%d%d",two,one);
}
printf("%d%d%d",three,two,one);
}
int main()
{
}