python #include #include using namespace std; int main() { // Complete the code. int a; long l; char c; float f; double d; cin>>a>>l>>c>>f>>d; cout<