- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
#include <iostream>
#include <string>
#include <stdio.h>
#include <time.h>
int main()
{
time_t now = time(0);
struct tm tstruct = *localtime(&now);
if (tstruct.tm_yday & 0xff) {
std::cout << "Pasony, segodnja den' programmista!"<< std::endl;
} else {
/*Syscall platform dependent implementation */
//KeepCoding();
}
return 0;
}
Steve_Brown 12.09.2012 11:10 # +11
sayidandrtfm 12.09.2012 11:48 # +1
P.S. Печени не нужен «Гепабене». Печени нужно — «не бухать».
Steve_Brown 12.09.2012 11:57 # 0
bormand 12.09.2012 13:46 # +2
fxd
Lure Of Chaos 12.09.2012 17:44 # 0
bormand 12.09.2012 18:00 # +1
Lure Of Chaos 12.09.2012 18:04 # 0
if ( (tstruct.tm_yday == 0xff)) {
==
bormand 12.09.2012 18:29 # 0
3.14159265 12.09.2012 18:33 # +1
У вас БИТКСОР.
istem 12.09.2012 11:31 # +2
ну и пох
LispGovno 12.09.2012 23:50 # +2