4 solutions

  • 1
    @ 2026-2-11 10:28:18

    #include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; int a=x/10+x%10; cout<<a;

    }

    Information

    ID
    841
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    210
    Accepted
    105
    Uploaded By