We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
If submitting R code, use something like
cat(round(answer1 ,3),round(answer2,3),sep = "\n").
Using two cat() calls like:
cat(round(answer1 ,3))
cat(round(answer2 ,3))
will cause submission to fail.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Binomial Distribution #3
You are viewing a single comment's thread. Return to all comments →
If submitting R code, use something like
cat(round(answer1 ,3),round(answer2,3),sep = "\n").
Using two cat() calls like:cat(round(answer1 ,3)) cat(round(answer2 ,3))
will cause submission to fail.