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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    飞的智动

    时空双修者7月全勤卷王题解仙人模拟·模拟练习生秩序白银快乐小狗
    6阅读
    0回复
    1点赞
  • 题解

    }

    userId_undefined

    对方正在输入...

    出道萌新倔强青铜
    3阅读
    0回复
    0点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main (){ int n,t,x,b; cin>>n; long long a; for(int i=1;i<=n;i++){ cin>>a; b=0; while(a){ t=a%10*7; while(t>9){ x=0; while(t){ x+=t%10; t/=10; } t=x; } b+=t; b+=a/10%10; a/=100; } if(b%8==0) cout<<"T"<<endl; else cout<<"F"<<endl; } }

    userId_undefined

    IV-修塔尔克

    模拟·模拟练习生
    2阅读
    0回复
    0点赞
暂无数据

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

首页