2 条题解

  • 0
    @ 2025-5-4 15:04:51
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<6;
        return 0;
    }
    
    • 0
      @ 2024-12-24 9:14:31

      Python :

      # coding=utf-8
      a=int(input())
      if a//2:
          print('6')
      else:
          print('3')
      
      • 1

      信息

      ID
      496
      时间
      1000ms
      内存
      128MiB
      难度
      10
      标签
      (无)
      递交数
      3
      已通过
      2
      上传者