#include <bits/stdc++.h> using namespace std; char a, b, c, d; int main(){ scanf("%c%c%c.%c", &a, &b, &c, &d); printf("%c.%c%c%c", d, c, b, a); return 0; }
比较神经的做法
使用您的 Hydro 通用账户