World of Computer Programming in C
Good job. But there is no option to select a programming language which will be used.
Sorry for my mistake ! Now its correcterd ! You may give it a try !
(h)
#includeint main(){ int n; int a, b; while (scanf("%d", &n) != EOF) { scanf("%d %d",&a, &b); printf("%d", n*b*a); } return 0;}whats the problem with this code
Spam comments will be deleted. :)
Good job. But there is no option to select a programming language which will be used.
ReplyDeleteSorry for my mistake ! Now its correcterd ! You may give it a try !
Delete(h)
ReplyDelete#include
ReplyDeleteint main()
{
int n;
int a, b;
while (scanf("%d", &n) != EOF)
{
scanf("%d %d",&a, &b);
printf("%d", n*b*a);
}
return 0;
}
whats the problem with this code