2 条题解

  • 1
    @ 2023-7-8 11:31:44

    #include<bits/stdc++.h> using namespace std; int main(){ int a=0; int g=10,b=100; for(;g!=101;g++) { if(g%105||g/10%105) { a++; } } cout<<a; return 0; }

    • 0
      @ 2023-7-25 16:57:16

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

      • 1

      信息

      ID
      948
      时间
      1000ms
      内存
      256MiB
      难度
      3
      标签
      递交数
      89
      已通过
      43
      上传者