2019年2月21日

leetcode 链表类型题总结

摘要: 链表测试框架示例: 1 // leetcodeList.cpp : 定义控制台应用程序的入口点。vs2013 测试通过 2 // 3 4 #include "stdafx.h" 5 #include <Windows.h> 6 #include <iostream> 7 8 using namesp 阅读全文

posted @ 2019-02-21 16:50 爱笑的张飞 阅读(295) 评论(0) 推荐(0) 编辑

VS2013 warning C4018 "<” 有符号/无符号不匹配

摘要: 1, VS2013 warning C4018 "<” 有符号/无符号不匹配" 警告 出错代码: void show(const vector<int>& nums){ for (int i = 0; i < nums.size(); i++){ cout << '\t' << nums[i]; } 阅读全文

posted @ 2019-02-21 12:56 爱笑的张飞 阅读(2462) 评论(0) 推荐(1) 编辑

导航