Skip to content

Instantly share code, notes, and snippets.

View stevenRush's full-sized avatar

Eltyshev Evgeny stevenRush

  • Moscow Institute of Physics and Technology
  • Moscow
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#define MAX(a, b) a > b ? a : b;
typedef struct
{
int *digits;