- 博客(3)
- 收藏
- 关注
原创 GCC make编译时make: warning: Clock skew detected. Your build may be incomplete.
问题描述:1)make: Warning: File `crypto.c’ has modification time 1.5e+02 s in the future2)make: warning: Clock skew detected. Your build may be incomplete.问题原因:系统时间比文件修改时间早解决问题:a)find . -type f | xa...
2018-10-29 22:40:52 4654 1
转载 [C/C++]#ifndef,#define用法
1.文件中的#ifndef 头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。而编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了,大量的声明冲突。 还是把头文件的内容都放在#ifndef和#endif中吧。不管你的头文件会不会被多个文件引用,你都要加上这个。一般格式是这样的: #ifndef <标识> #...
2018-10-16 10:52:10 486
原创 [LeetCode Problem]169:Majority Element查找多数元素
Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.You may assume that the array is non-empty and the majority element alwa...
2018-09-29 23:05:35 169
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人