椰程智库 本次搜索耗时 0.145 秒,为您找到 62 个相关结果.
  • 完善程序

    #include < bits / stdc ++. h > using namespace std ; const int SIZE = 100 ; int matrix [ SIZE + 1 ][ SIZE + 1 ]; int rowsum [ SIZE + 1 ][ SIZE + 1 ]; int m , n ...
  • 空白文档

    325 2025-12-27 《C++笔记》
    平均分配 数据分段问题 找零钱 找零钱2 找零钱3 平均分配 #include <iostream> using namespace std ; int arr [ 105 ]; int main (){ int N , cnt = 0 , avg ; cin >> N ; ...