2 条题解

  • 1
    @ 2024-12-7 18:37:44

    学着点发题解,见义勇为

    #include<bits/stdc++.h>
    using namespace std; char a[10]; int main() { int b=0; cin>>a; for(int i=0;a[i]!='\0';i++) if(a[i]=='1') b++; cout<<b; return 0; }
    
    • 0
      @ 2023-8-6 21:23:18

      /**/ #include<iostream> #include<cmath> #include<iomanip> #include<cstring> #include<algorithm> #include<bits/stdc++.h> #include<cstdio> #include<stack> #include<queue> using namespace std; char a[10]; int main() { int b=0; cin>>a; for(int i=0;a[i]!='\0';i++) if(a[i]=='1') b++; cout<<b; return 0; }

      • 1

      信息

      ID
      785
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      126
      已通过
      87
      上传者