fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main(){
  4. int x;
  5. long long m;
  6. char l;
  7. float k;
  8. double a;
  9. cin>>x>>m>>l>>k>>a;
  10. cout<<x<<endl
  11. <<m<<endl
  12. <<l<<endl
  13. <<k<<endl
  14. <<a<<endl;
  15. }
Success #stdin #stdout 0.01s 5544KB
stdin
Standard input is empty
stdout
-139295952
94454781477440

3.0816e-41
6.95269e-310