1.配置接入层:
LSW1(LSW3同理):
vlan batch 10 20
in g0/0/1
port link-type ac
port default vlan 10
in g0/0/2
port link-type ac
port default vlan 20
in g0/0/24
port link-type tr
port tr allow-pass vlan 10 202.配置汇聚层…
大纲 题目地址内容 解题代码地址 题目
地址
https://leetcode.com/problems/pascals-triangle/description/
内容
Given an integer numRows, return the first numRows of Pascal’s triangle.
In Pascal’s triangle, each number is the sum of the two numbers direct…