[ create a new paste ] login | about

pi8027

Name: Kazuhiko Sakaguchi
Email:
Site/Blog: http://stricter.org/
Location: Chiba, Japan
Default language: C
Favorite languages: C,Scheme
About:

Saved pastes by pi8027:

C, pasted on Jul 17:
1
2
3
#include <stdio.h>

#define ARRAY_SIZE 32
...
view (54 lines, 2 lines of output)
C, pasted on Jul 11:
1
2
3
4
#include <alloca.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
...
view (134 lines, 2 lines of output)
C, pasted on Jun 14:
1
2
3
4
#include <alloca.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
...
view (140 lines, 2 lines of output)
C, pasted on Jun 13:
1
2
3
4
#include <alloca.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
...
view (118 lines, 2 lines of output)
C, pasted on May 26:
1
2
3
4
5
#include <stdio.h>

int my_add(int a,int b)
{
        if(!(a&&b)){
...
view (37 lines, 1 line of output)