#include <bits/stdc++.h>using namespace std;using ll = long long; int main() { ll a, b; cin >> a >> b; float c; cin >> c; cout << a << " " << b << " "; cout << c;}
123123 2938812112321 123123123123.1233
123123 2938812112321 1.23123e+11
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!