#include <iostream>using namespace std; int main() { int a, b = 3, c = 5; cin >> a >> b >> c; cout << a + b - c; return 0;}
Standard input is empty
21906
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!