1 solutions

  • 0
    @ 2026-3-24 22:15:00
    #include<bits/stdc++.h>
    using namespace std;
    int n,x,y; 
    int main()
    {
    	cin>>n>>x>>y;
    	cout<<n-(y+x-1)/x;
    	return 0;
    }
    
    • 1

    Information

    ID
    3473
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    26
    Accepted
    18
    Uploaded By