[ create a new paste ] login | about

jht009

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by jht009:

C++, pasted on Aug 23:
1
2
3
4
5
#include <iostream>
#include <string>  
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
...
view (689 lines, 6 lines of output)
C, pasted on Jun 26:
1
2
3
4
5
#include <stdio.h>

#define ten 10000000000

long long nn(int n)
...
view (28 lines, 1 line of output)