1 solutions

  • 0
    @ 2025-10-31 11:19:43
    #include<iostream>
    using namespace std;
    int main(){
        int n, k;
        int max = 0;
        cin>>n>>k;
        max = k*(n/k);
        cout<<max;
        return 0;
    }
    
    • 1

    Information

    ID
    449
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    6
    Tags
    # Submissions
    230
    Accepted
    64
    Uploaded By