4 comments :

  1. Good job. But there is no option to select a programming language which will be used.

    ReplyDelete
    Replies
    1. Sorry for my mistake ! Now its correcterd ! You may give it a try !

      Delete
  2. #include
    int 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

    ReplyDelete

Spam comments will be deleted. :)

 
Loading...
TOP