Run ID:98395
提交时间:2024-11-20 20:38:05
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ float a b c d e ; a b c d e=e d c b a cin>>a>>b>>c>>d>>e; cout<<a<<b<<c<<d<<e<<endl; return 0; }