2 条题解

  • 1
    @ 2023-7-27 18:12:28

    #include #include using namespace std; int main() { int a,b; scanf("%d",&a); if(a<=2) b=round(3); else b=round(3+(a-2)*1.6); printf("%d\n",b); return 0; }

    • 0
      @ 2025-2-16 18:32:57

      #include #include using namespace std; int main() { int a,b; scanf("%d",&a); if(a<=2) b=round(3); else b=round(3+(a-2)*1.6); printf("%d\n",b); return 0; }

      • 1

      信息

      ID
      320
      时间
      1000ms
      内存
      256MiB
      难度
      4
      标签
      (无)
      递交数
      322
      已通过
      146
      上传者