竞赛
考级
无敌的鳖佬仔给老爷爷猜猜被
#include <iostream> #include <string> #include <algorithm> using namespace std; int main() { int t; cin >> t; while (t--) { string s; cin >> s; int n = s.size(); int total = 0; for (char c : s) { total += c - 'a' + 1; } }
我是团子129(互关)
WA君
提交答案之后,这里将显示提交结果~