fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int a,b,x,y;
  6. cout << "jepni te dhenat!"<<endl;
  7. cin >> a>>b>>x;
  8. y=a-b*x;
  9. cout<<"y="<<y<<endl;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5292KB
stdin
45
stdout
jepni te dhenat!
y=-1235038003