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.
Without writing a character of code, C program giving below error. I mean it is already having error.
Solution.c: In function 'main':
Solution.c:66:37: error: 's_count' undeclared (first use in this function); did you mean 'stdout'?
char* result = stoneDivision(n, s_count, s);
^~~~~~~
stdout
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Stone Division
You are viewing a single comment's thread. Return to all comments →
Without writing a character of code, C program giving below error. I mean it is already having error.
Solution.c: In function 'main': Solution.c:66:37: error: 's_count' undeclared (first use in this function); did you mean 'stdout'? char* result = stoneDivision(n, s_count, s); ^~~~~~~ stdout