Skip to content

Instantly share code, notes, and snippets.

View ilyakurdyukov's full-sized avatar

Ilya Kurdyukov ilyakurdyukov

View GitHub Profile
#include <time.h>
#include <stdio.h>
int main(
){int x=- 44,
a=2551443,b=- x,
y=2-b,z=(time(0 )
-592531)%a*512/a ;
for(;y<=b;putchar (
++x>=a?x=-b,y+=4, 9
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <sys/time.h>
static int64_t get_time_usec() {
struct timeval time;
gettimeofday(&time, NULL);
return (int64_t)time.tv_sec * 1000000 + time.tv_usec;
}
# include <stdlib.h>
# include <stdio.h>
#include <math.h>
#include <time.h>
/*moomin*/
#define F printf
@ilyakurdyukov
ilyakurdyukov / concat-hello.c
Created October 8, 2020 11:31
An example of splitting a C program into separate characters.
#include <stdio.h>
#define X(a,b) a##b
#define x(a,b) X(a,b)
#define s(a) #a
x ( i , x ( n , t
) ) x ( m , x ( a
, x ( i , n ) ) )
( ) { x ( p , x (
r , x ( i , x ( n