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 4Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 12Expected Output
2
Test Case #1
Input
9 1Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 9Expected Output
1
Test Case #2
Input
8 2Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 16Expected Output
2
Test Case #3
Input
1000000000 1000000000Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 0Expected Output
500000000
Test Case #4
Input
2 3Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 6Expected Output
1
Test Case #5
Input
16 13Output
Enter the number of apples: Enter the number of oranges: The maximum number of baskets is 54Expected Output
7