Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C #include <bits/stdc++.h> using namespace std;

int main() { // your code goes here

long long a;
long long b;

cin >> a >> b;

cout << "a " << "+ " << "b " << "= " << a + b << endl;
cout << "a " << "* " << "b " << "= " << a * b << endl;
cout << "a " << "- " << "b " << "= " << a - b << endl;

}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages