#include <iostream>using namespace std;int main(void){ long double A,B,C; cin >> A >> B >> C; cout << A+B+C << endl; return 0;}
99999999999 99999999999 99999999999
3e+11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!