ops1211
ops1211
全部文章
题解
2019寒假ap协会第二周(2)
ap协会第二周(1)
csdn用法(3)
dp(4)
stl(1)
大数运算(1)
寒假备战蓝桥杯(5)
尺取法(2)
带权并查集(1)
并查集(1)
思维(1)
数论(7)
未归档(31)
模板(10)
石油大个人训练赛题目集(1)
蓝桥备战模板(1)
归档
标签
去牛客网
登录
/
注册
ops1211的博客
全部文章
/ 题解
(共3篇)
PTA 1050 螺旋矩阵
#include<stdio.h> #include<math.h> #include<algorithm> #include<iostream> #include<vector> using namespace std; b...
2019-07-19
0
746
PTA1048数字加密
这道题思路其实很简单 1. 将两个数组反转 2. 找出最大的长度,用max记录 3. 将短的补0 4. 计算 5. 倒顺序输出 多敲了一个=导致找了一个小时的bug,谁能告诉我手抖怎么办。 知识点 1. reverse函...
2019-07-19
0
635
C - Monkey and Banana
A group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the roof of a building, and at the mean time...
dp
2019-07-19
0
597