2 条题解

  • 1
    @ 2026-4-7 12:55:33

    #include using namespace std; int main() { cout<<174/4; }

    • 0
      @ 2026-4-24 21:47:18
      #include <bits/stdc++.h>//万能头文件
      using namespace std;//命名空间
      int main(){//主函数入口 
      	cout<<174/4;
      return 0;//主函数出口
      }
      

      错的是¥#@!@#¥###%

      • 1

      信息

      ID
      3488
      时间
      1000ms
      内存
      256MiB
      难度
      5
      标签
      (无)
      递交数
      163
      已通过
      63
      上传者