#include using namespace std; int main(){ int a,b; cin>>a>>b; int p=(a/10+b/10)%10; int q=(a%10+b%10)%10; cout<