杭电2055 easy
#include <iostream>#include<string.h>using namespace std;int f(char c){ int res; if (c >= 'a'&&c <= 'z') res = -(c - 'a' + 1); else if (c &a