Submission
Date submitted Solved test cases Language
2023-03-02T14:25:00 0/6 C (GCC 9.2.0)
Submission
Outputs
Test Case #0
Input
4 4
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 12
Expected Output
2
Test Case #1
Input
9 1
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 9
Expected Output
1
Test Case #2
Input
8 2
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 16
Expected Output
2
Test Case #3
Input
1000000000 1000000000
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 0
Expected Output
500000000
Test Case #4
Input
2 3
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 6
Expected Output
1
Test Case #5
Input
16 13
Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 54
Expected Output
7