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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 竞赛
  • 讨论
  • 团队
  • 商城
登录
注册
题目详情提交记录(0)
  • isea

    #include <iostream> using namespace std; int main() { int a; cin>>a; if(a>=10){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

    userId_undefined
    150****5796
    1阅读
    0回复
    0点赞
  • 题解(2025.11.5)

    #include<iostream> using namespace std; int main(){ int a; cin>>a; if(a>=10){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

    userId_undefined
    yyesir
    I/O·IO入门者分支·分支解题者
    1阅读
    0回复
    0点赞
  • A75606. 整数判断 题解

    userId_undefined
    复仇者_天之神_全明星
    时间刺客空间掌握者倔强青铜
    1阅读
    0回复
    0点赞
  • tijie

    #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n>=10) { cout<<"yes"<<endl; } else { cout<<"no"<<endl; } return 0; }加粗文本

    userId_undefined
    156****7269
    空间掌握者
    0阅读
    0回复
    0点赞
  • 很简单

    userId_undefined
    ༺廖宸宇༻
    循环·循环打卡人空间掌握者字符串·魔法使倔强青铜I/O·IO入门者分支·分支解题者
    0阅读
    0回复
    0点赞

共25条

  • 1
  • 2
20条/页
跳至页
暂无数据

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

首页