ans

062_lichangyi 2020-11-28 14:36:44 2021-05-31 13:10:10 7 返回题目

#include <bits/stdc++.h>
using namespace std;
int main() {
    char a, b, c;
    cin >> a >> b >> c;
    cout << c << b << a;
    return 0;
}
{{ vote && vote.total.up }}