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