我使用以下程序打印当前时间
int main() { printf("%s",__TIME__); return 0; }
它只适用于第一次.如果我在一段时间后运行它再次给出相同的旧时间.
为什么我需要刷新时间呢?
c time
c ×1
time ×1