acgo题库
  • 首页
  • 题库
  • 学习
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • 题解

    userId_undefined

    无敌的鳖佬仔给老爷爷猜猜被

    7月全勤卷王荣耀黄金时间刺客空间掌握者循环·循环打卡人I/O·IO入门者
    42阅读
    0回复
    2点赞
  • (觉得有用就点赞)

    #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; } }

    userId_undefined

    我是团子129(互关)

    出道萌新倔强青铜时间刺客空间掌握者贪心·贪心尝试者数组·数组操作员
    6阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    WA君

    倔强青铜空间掌握者时空双修者时间刺客枚举·枚举小能手递归·套娃学徒
    5阅读
    0回复
    1点赞
暂无数据

提交答案之后,这里将显示提交结果~

首页