博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
map基本用法
阅读量:5072 次
发布时间:2019-06-12

本文共 519 字,大约阅读时间需要 1 分钟。

1 #include
2 #include
3 #include
4 #include
5 #include
6 #include
7 #include
8 #include
9 #include
10 #include
11 #include
12 #define maxn +5013 #define inf 0x7fffffff14 #define xiao 1e-915 using namespace std;16 map
ma;17 int main()18 {19 ma["pear"];20 ma["apple"]=1;21 ma["banana"]=2;22 ma["lemon"]=3;23 cout<
<
first<
second<
first<
second<

 

转载于:https://www.cnblogs.com/TYH-TYH/p/4930202.html

你可能感兴趣的文章
php:自己设计的一个php验证码
查看>>
微信扫码支付
查看>>
[干货] 有了微信小程序,谁还学ReactNative?
查看>>
spark向量、矩阵类型
查看>>
bzoj 1177: [Apio2009]Oil
查看>>
[SETUP] .NET 5 with Linux
查看>>
amoeba + mysql 学习笔记
查看>>
163邮箱tab制作
查看>>
html模板
查看>>
机器学习之路: python 支持向量机 LinearSVC 手写字体识别
查看>>
Python基础——6面向对象编程
查看>>
大一C语言第一次实验:小学生教学系统
查看>>
Object-c NSdata 读取和写入二进制文件
查看>>
IOS设计模式的六大设计原则之接口隔离原则(ISP,Interface Segregation Principle)
查看>>
计算机网络(谢希仁 第七版)运输层 个人笔记
查看>>
设计模式之七:适配器模式(火鸡转换成鸭子)
查看>>
面向对象进阶
查看>>
操刀 requirejs,自己动手写一个
查看>>
初学jmeter
查看>>
C#画图
查看>>