全部评论 3

  • 你放DEV里跑一遍,是4

    2025-03-03 来自 广东

    1
    • #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
          int temp = 0;
          for(int i=1;i<7;i++){
              for(int j=1;j<5;j++){
                  if(i/j==2){
                      temp++;
                  }
              }
          }
          cout << temp<<endl;
      	return 0;
      }
      
      

      2025-03-03 来自 广东

      0
  • ?????????????

    2025-03-02 来自 浙江

    1
  • 肺雾AI

    2025-03-03 来自 广东

    0

热门讨论