#include <iostream>using namespace std;int main(){ int a; cout<<a+2*a+(a-3); return 0;}
7
-3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!