1 solutions

  • 1
    @ 2026-8-27 16:11:56
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c;
    int main(){
    	cin>>a>>b>>c;
    	if(b/a>c){
    		cout<<c;
    	}else{
    		cout<<b/a;
    	}
    	return 0;
    }
    
    
    • 1

    Information

    ID
    1903
    Time
    2000ms
    Memory
    1024MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    60
    Accepted
    25
    Uploaded By