Input and Output

  • + 0 comments

    int main() { int a,b,c,sum; cin>>a>>b>>c; sum=a+b+c; cout<