#include <stdio.h>

int main(){
  float a, b;
  scanf("%f%f",&a,&b);
  printf("%f%f",b,a);

  return 0;
}

标签: none

添加新评论