Input and Output

  • + 0 comments

    i have been facing the same issue on my site Horas Espejo but i install this to get rid of problem using namespace std; int sum(int a, int b , int c){ return a+b+c; }

    int main() { int a; int b; int c; cin>>a >>b >> c; cout <