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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 绝对正确的题解

    #include <bits/stdc++.h> using namespace std; int main(){ for (int i=1;i<=100;i++){ cout <<"张老师真丑~"; } return 0; }

    userId_undefined

    无敌AC大王

    倔强青铜
    35阅读
    2回复
    3点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ cout <<"张老师真丑~"; return 0; }

    userId_undefined

    无敌AC大王

    倔强青铜
    8阅读
    2回复
    1点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ }

    userId_undefined

    李承远

    倔强青铜
    16阅读
    2回复
    0点赞
  • 绝对正确

    #include <bits/stdc++.h> using namespace std; int main(){ cout <<"张老师真丑~"; return 0; }

    userId_undefined

    流浪者

    出道萌新时间刺客空间掌握者贪心·贪心尝试者枚举·枚举小能手模拟·模拟练习生
    5阅读
    0回复
    0点赞
首页