You are viewing a single comment's thread. Return to all comments →
The framework for C doesn't output any results. In main(), right underneath
main()
int result = solve(n, k);
add the following line:
fprintf(fptr, "%d\n", result);
Seems like cookies are disabled on this browser, please enable them to open this website
K Candy Store
You are viewing a single comment's thread. Return to all comments →
The framework for C doesn't output any results. In
main()
, right underneathadd the following line: