Overview
Posts
225
beautifulremi
😀
beautifulremi
beautifulrem
多言数穷,不如守中。
Hong Kong
[email protected]
https://zundamon.blog/
Organizations
Overview
Posts
225
btc
cpp
defi
eth
go
leetcode
reactive
solana
web3
C++关于迭代器的操作
通用迭代器 std::advance(it, n) it:要移动的迭代器(按引用传递,会被修改) n:移动的步数(整数,正数向前。
CPP
Created
Sat, 07 Jun 2025 00:00:38 +0800
C++的进阶操作
std::stack 是一种后进先出(Last-In, First-Out,简称 LIFO)的数据结构。
CPP
Created
Fri, 06 Jun 2025 21:38:50 +0800
OJ模拟测试
读入N名学生的成绩,计算获得某一给定分数的学生人数。
Created
Fri, 06 Jun 2025 21:17:45 +0800
基于范围的 for 循环(C++11)
declaration: 声明一个变量,用于在每次迭代中存储 range_expression 中的一个元素。
CPP
Created
Thu, 05 Jun 2025 18:14:10 +0800
OJ-1
基本是对基础Vector的应用,这里复习一下: 构造vector变量。
CPP
Created
Thu, 05 Jun 2025 17:45:05 +0800
Previous
Next