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