这个图损坏了hhh
摘要: 本文用于自己整理学习,如有不对,不吝赐教 void func1() { map<int, int> a; a[0] = 1; cout << a[0] << endl; } void func2() { map<int, int> b; //b.insert(1, 1);//Error: you c 阅读全文
posted @ 2025-01-24 23:08 cstudy 阅读(23) 评论(0) 推荐(0)