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