Skip to content

Instantly share code, notes, and snippets.

sudo apt-get install calibre
ls *.epub
ls *.epub > main
extern "C"{
#include "Cheader.h"
}
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define MAXSIZ 100010
long long int sortandcount(long long int a[],long long int low,long long int high);
long long int mergeandcountsplit(long long int b[],long long int lowi,long long int midi,long long int highi);
int main(int argc, char const *argv[])
{
long long int array[MAXSIZ]/*input array*/, n/*array size*/;
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
inline int get_int()
{
int n=0;
char c=0;
while(c<33)
c=getchar_unlocked();
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
inline int get_int()
{
int n=0;
char c=0;
while(c<33)
c=getchar_unlocked();
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <math.h>
#include <stdlib.h>
#define MAXmax 100000
int findmax(int a[], int low,int high);
int findmin(int a[], int low,int high);
int main(int argc, char const *argv[])
{
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <strings.h>
#define MAXnMAX 10000
int main(int argc, char const *argv[])
{
int maxlosers[MAXnMAX],pint,temp,max,nextmax;
int n,k=1,i;
@zsrinivas
zsrinivas / 0_reuse_code.js
Created May 24, 2014 04:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console