[ create a new paste ] login | about

Link: http://codepad.org/9xZ9Nw4v    [ raw code | output | fork ]

C, pasted on Apr 6:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
   #include<stdio.h>
 int main(){int l[7]=
{85,12,-131,305,-330,
172,-35
};char
c,n=
6,i=
'\0'
,j;
for(
;i<=
n;)
for(
printf
("%c",c
=l[0]), j=0;j<n||i++
 &&0; l[n-(j++)-1]+=l
   [n-j]);return 0;}


Output:
1
UNICAMP


Create a new paste based on this one


Comments: