#include <iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a/10+a%10+b/10+b%10;
}
прошу любить и жаловать))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
#include <iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a/10+a%10+b/10+b%10;
}
прошу любить и жаловать))