#include<iostream>using namespace std;int main(){int x;long long m;char l;float k;double a;cin>>x>>m>>l>>k>>a;cout<<x<<endl<<m<<endl<<l<<endl<<k<<endl<<a<<endl;}
Standard input is empty
-139295952 94454781477440 3.0816e-41 6.95269e-310
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!