摘要:
ios::sync_with_stdio(false); cin.tie(0);cout.tie(0); cin cout解锁使用时,不能与 scanf,getchar, printf,cin.getline()混用。 阅读全文
posted @ 2026-02-25 23:59
spark_of_fire
阅读(6)
评论(0)
推荐(0)
摘要:
1.vector(向量) vector(n); vector a(n,vector(n) );//n行n列 vector a(n,vector() );//n行,不指定列数 大小:int n=v.size(); 尾部加入:v.push_back(); 尾部删除:v.pop_back(); 随机插入: 阅读全文
posted @ 2026-02-25 23:54
spark_of_fire
阅读(4)
评论(0)
推荐(0)
浙公网安备 33010602011771号