1 solutions

  • 1
    @ 2025-12-7 15:01:43

    #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; for (int i=1;i<=n;i++) { int t; cin>>t; if (t%10<=4) { int f=t/10; cout<<f10<<endl; } else { int s=t/10+1; cout<<s10<<endl; } } return 0; }

    • 1

    Information

    ID
    2560
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    75
    Accepted
    20
    Uploaded By