/*Before seeing the code solution make sure that you have tried enough. Don’t copy- paste the whole code. Find out the logic. If you face any trouble, just inform me in comment.*/
#include<stdio.h>
main()
{
int a;
scanf("%d",&a);
printf("%d minutos\n",a*2);
return 0;
}
//Happy_Coding
#include<stdio.h>
main()
{
int a;
scanf("%d",&a);
printf("%d minutos\n",a*2);
return 0;
}
No comments:
Post a Comment