#include<iostream>
using namespace std;
int main(){
  float i[5],a[5],b;
  cout<<i[5]<<5 4 3 2 1<<endl;
    return 0;
}