发表评论取消回复
相关阅读
相关 PTA:L1-088 静静的推荐
题目: [https://pintia.cn/problem-sets/994805046380707840/exam/problems/1518582000729911
相关 POJ 1088 sking
给你个二维数组让你找到这个二维数组的最长下降路径的长度,可以向上下左右四个方向移动。 原来刚看题目是以为是深搜,后来仔细一看发现深搜明显会TLE;就加了记忆化搜索。
相关 pku 1088 滑雪
\include <iostream> using namespace std; int map\[100\]\[100\]; int v\[100\]\[100\]; int
相关 poj 1088 滑雪
滑雪 <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS</td>
相关 1088. Rational Arithmetic (20)
For two rational numbers, your task is to implement the basic arithmetics, that is, to c
相关 P1088 火星人
[原题链接][Link 1] 题目描述 人类终于登上了火星的土地并且见到了神秘的火星人。人类和火星人都无法理解对方的语言,但是我们的科学家发明了一种用数字交流的方法。这
相关 leetcode1088
参考了CSDN上一位博主提供的[C++的代码][C]: class Solution { public: int confusingNumberI
相关 PTAL1-003 个位数统计
L1-003 个位数统计 (15分) 给定一个 k 位整数 N=dk−110k−1+⋯+d1101+d0 (0≤di≤9, i=0,⋯,k−1, dk−1>0),请编写程序
还没有评论,来说两句吧...