>>170
若干ずれるがcppに頑張っていただけば

#include <stdio.h>
int main(void)
{
 puts(__TIME__);
}