Untitled

 avatar
unknown
plain_text
a year ago
153 B
8
Indexable
#include <iostream>

using namespace std;

int main()
{
    int a,b,c;
    cin>>a>>b>>c;
    int eq=a+b-c;

    cout<<eq;

    return 0;
}
Editor is loading...
Leave a Comment