ICode9

精准搜索请尝试: 精确搜索
  • 1012 The Best Rank2022-07-19 15:05:53

    代码 #include <iostream> #include <cstdio> #include <string> #include <set> #include <vector> using namespace std; int r[1000000]={0}; char rc[1000000]; int crank[101]={-1}; int mrank[101]={-1}; int erank[101]={-1}; int arank[1

  • 1050 螺旋矩阵 二维矩阵 难度较大2022-07-10 11:06:11

    问题分解 数组倒序排列 指定正整数,求其两个最接近的因子m、n 顺时针螺旋矩阵打印 注意点 二维数组 代码 #include <iostream> #include <cstdio> #include <set> #include <vector> using namespace std; int main(){ int N; int a; int m,n; int level; multiset<int>

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有