#include #include using namespace std; int suma(int a, int b, int s) { s=a+b; return s; } int main() { int a, b, s; cin>>a>>b; cout<