摘要:
#include<bits/stdc++.h> #define PI 3.141592653589793238462 #define eps 1e-10 using namespace std; typedef long long ll; typedef long double db; typede 阅读全文
摘要:
M: #include <string.h> #include <stdio.h> int main() { char a[90], b[90]; int i, n, j = 0; gets(a); n = strlen(a); for (i = n - 1; i >= 0; i--) { b[j+ 阅读全文