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.
- All Contests
- HourRank 6
- Lisa's Workbook
- Discussions
Lisa's Workbook
Lisa's Workbook
Sort by
recency
|
12 Discussions
|
Please Login in order to post a comment
int main() { int n,k,i,p=0,r=0; int t[n],s[i]; scanf("%d %d \n",&n,&k); for(i=0;i
Look in to case when maximum number of problems per page is 1
Finally passed test case 6 with this, although I'm still not sure why. Is there any way to get a look at the test cases?
int main() { int chapters{0}, problemsPerPage{0}, problemsInChapter{0}, pageNumber{0}, specials{0};
}