#include<iostream> #include<ctime> using namespace std; int main() { time_t now=time(0); 这个0是什么意思啊?? cout<<now<<endl; 是不是 直接显示在屏幕上啊?? cout<<ctime (&now)<<endl; 如果写其他的是什么意思ne ?? return 0; }
忘了,我有空再查下。