acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 竞赛
  • 讨论
  • 团队
登录
注册
题目详情提交记录(0)
  • 终于感受到了生活的折磨~

    #include<iostream> using namespace std; int main(){ char a; cin >> a; if (a=='a')cout<<"A"; else if (a == 'b') cout << "B"; else if (a == 'c') cout << "C"; else if (a == 'd') cout << "D"; else if (a == 'e') cout << "E"; else if (a == 'f') cout << "F"; else if (a == 'g') cout << "G"; else if (a == 'h') cout << "H"; else if (a == 'i') cout << "I"; else if (a == 'j') cout << "J"; else if (a == 'k') cout << "K"; else if (a == 'l') cout << "L"; else if (a == 'n') cout << "N"; else if (a == 'm') cout << "M"; else if (a == 'o') cout << "O"; else if (a == 'p') cout << "P"; else if (a == 'q') cout << "Q"; else if (a == 'r') cout << "R"; else if (a == 's') cout << "S"; else if (a == 't') cout << "T"; else if (a == 'u') cout << "U"; else if (a == 'v') cout << "V"; else if (a == 'w') cout << "W"; else if (a == 'x') cout << "X"; else if (a == 'y') cout << "Y"; else if (a == 'z') cout << "Z"; }

    userId_undefined

    xwory-tufg

    空间掌握者维度操控者循环·循环打卡人分支·分支解题者字符串·魔法使数组·数组操作员
    8阅读
    1回复
    1点赞
暂无数据

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

首页