TOPIC

why 5% error? in C...

CSE__19__MasrafiBinSeraj asked 3 years ago

Question solved. Code removed.

This topic was solved and cannot recieve new replies.

  • feodorv replied 3 years ago

    You can consider the following input:

    ,,, ,

    Your code gives

    0

    The correct answer is

    error

    You can check it on uDebug.

  • CSE__19__MasrafiBinSeraj replied 3 years ago

    Thanks you so much