fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. using ll = long long;
  4.  
  5. int main() {
  6. ll a, b; cin >> a >> b;
  7. float c; cin >> c;
  8. cout << a << " " << b << " ";
  9. cout << c;
  10. }
Success #stdin #stdout 0s 5320KB
stdin
123123 2938812112321 123123123123.1233
stdout
123123 2938812112321 1.23123e+11