1 solutions

  • 0
    @ 2025-4-26 15:11:59
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	int t=b/a;
    	if(b%a==0) t--;
    	char c='A'+t;
    	cout<<c; 
    	return 0;
    }
    
    
    • 1

    Information

    ID
    2404
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    35
    Accepted
    9
    Uploaded By