1 solutions

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

    Information

    ID
    2828
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    5
    Tags
    # Submissions
    21
    Accepted
    14
    Uploaded By