2 条题解

  • 1
    @ 2023-3-20 19:39:35

    #include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; cout<<t/10000+t%10000/1000+t%10000%1000/100+t%10000%1000%100/10+t%10000%1000%1000%10; return 0; }

    • -1
      @ 2022-10-30 12:55:50
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	int t;
      	cin>>t;
      cout<<t/10000+t%10000/1000+t%10000%1000/100+t%10000%1000%100/10+t%10000%1000%1000%10;
      	return 0;
      }
      
      • 1

      【入门】求一个5位数的各个位之和

      信息

      ID
      415
      时间
      1000ms
      内存
      16MiB
      难度
      1
      标签
      递交数
      34
      已通过
      27
      上传者