Complete Results

All Participants of the 1st Int'l Kaiserslautern Shortest C Contest

Each submission is listed here, click on the names to see the subsequent entries. Note that the programs may not compile or run in terms of the rules.

All submissions to the 1st Int'l Kaiserslautern Shortest C Contest

From: Joachim Sprave <joe@gonzo.informatik.uni-dortmund.de>
Date: Tue, 14 Feb 1995 10:22:43 +0100
main(i,v,j)char**v;{i=atoi(*++v);j=atoi(*++v);for(;o(i),i-j;i<j?i++:i--);}
Length: 75 Bytes


From: i_wald@informatik.uni-kl.de
Date: Tue, 14 Feb 95 13:37:10 MET
o(int i);main(int b,char**v){int a=atoi(v[1]);for(b=atoi(v[2]);a-b;a>b?a--:a++)o(a);o(a);}
Length: 91 Bytes


From: Stefan Franziskus <stefran@bugfix.cs.uni-sb.de>
Date: Tue, 14 Feb 95 14:08:31 +0100
main(l,v,j)int**v;{j=atoi(v[2]);for(o(l=atoi(v[1]));l-j;o(l<j?++l:--l));}
Length: 74 Bytes


From: Michael Bischoff <mbi@mo.math.nat.tu-bs.de>
Date: Tue, 14 Feb 1995 14:14:16 +0100
main(c,v)char**v;{int a=atoi(*++v),b=atoi(v[1]);for(;o(a),a!=b;)a<b?++a:--a;}
Length: 78 Bytes


From: knopper@unix-ag.uni-kl.de
Date: Tue, 14 Feb 95 09:13:15 +0100
i;main(a,b)int*b,a;{for(o(i=atoi(b[1])),a=atoi(b[2]);i-a;o(i<a?++i:--i));}
Length: 75 Bytes


From: Daniel Rock <rock@wurzelausix.cs.uni-sb.de>
Date: Tue, 14 Feb 1995 15:00:07 +0100
main(a,c,d)int*c;{for(o(a=atoi(c[1]));d=atoi(c[2])-a;o(d>0?++a:--a));}
Length: 71 Bytes


From: Michael Bischoff <mbi@mo.math.nat.tu-bs.de>
Date: Tue, 14 Feb 1995 15:01:28 +0100
#define i=atoi(T[1])
main(l,T)char**T;{l i;for(++T;o(l),l!i;)l<i?++l:--l;}
Length: 75 Bytes


From: Siegmar Zaeske <zaeske@otti.informatik.uni-dortmund.de>
Date: Tue, 14 Feb 95 15:33:58 +0100
main(d,a)char**a;{o(d=atoi(a[1]));while(d!=(**a=atoi(a[2])))o(d+=**a>d?1:-1);}
Length: 79 Bytes


From: Gerald Klein <gklein@cs.uni-sb.de>
Date: Tue, 14 Feb 95 15:39:17 +0100
main(a,b,c,d)int a,c,d;char**b;{b?a=atoi(b[1]),c=atoi(b[2]),d=a>c?-1:1:0,b=0;o(a
);a!=c?main(a+d,b,c,d):0;}
Length: 108 Bytes


From: Thomas Malik <malik@dfki.uni-kl.de>
Date: Tue, 14 Feb 1995 16:02:22 +0100
main(int c,char**v){int a,b,s;
s=(a=atoi(v[1]))>(b=atoi(v[2]))?-1:1;b+=s;while(a!=b){printf("%d\n",a);a+=s;}}
Length: 110 Bytes


From: fp@informatik.uni-frankfurt.de
Date: Tue, 14 Feb 95 16:48:54 +0100
main(a,c,b)char**c;{a=atoi(*++c);b=atoi(*++c);while(a!=b)o((a>b)?a--:a++);o(b);}
Length: 81 Bytes


From: Martin Fritz <martin@astaire.chemietechnik.uni-dortmund.de>
Date: Tue, 14 Feb 1995 17:34:13 +0100
main(int e,char**c){int a=atoi(*++c),b=atoi(*++c);do o(a);while((a>b?a--:(a<b?a++:a))-b);}
Length: 91 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Tue, 14 Feb 1995 18:38:01 +0100 (MET)
main(int c, char **v){int i=atoi(v[1]),j=atoi(v[2]),a=i<j?1:-1;for(;i-j;o(i),i+=a);o(i);}
Length: 90 Bytes


From: Klaus Singvogel <kssingvo@immd4.informatik.uni-erlangen.de>
Date: Tue, 14 Feb 1995 19:21:37 +0100
#define X atoi
main(i,a)char**a;{for(i=X(*++a)-X(*++a);i!=0;i>0?i--:i++)o(X(*a)+i);o(X(*a)+i);}
Length: 96 Bytes


From: Klaus Singvogel <kssingvo@immd4.informatik.uni-erlangen.de>
Date: Tue, 14 Feb 1995 20:43:23 +0100
main(a,b,c)char**b;{for(a=atoi(*++b)-(c=atoi(*++b));a;a>0?a--:a++)o(c+a);o(c+a);}
Length: 82 Bytes


From: Matthias Hanisch <hanisch@wicx01.informatik.uni-wuerzburg.de>
Date: Tue, 14 Feb 1995 22:43:08 +0100 (MET)
main(c,v,k)int**v;{for(c=atoi(v[1])-(k=atoi(v[2]));o(k+c),c<0?c++:c--;);}
Length: 74 Bytes


From: Roland Rosenfeld <roland@spinnaker.rhein.de>
Date: Wed, 15 Feb 1995 00:36:49 +0100 (MET)
#include<stdlib.h>
main(int a, int*b){int d=atoi(b[1]);for(a=atoi(b[2]);o(a),a!=d;a<d?a++:a--);}
Length: 97 Bytes


From: Siegmar Zaeske <zaeske@otti.informatik.uni-dortmund.de>
Date: Wed, 15 Feb 95 09:49:24 +0100
main(d,a)int*a;{for(o(d=atoi(a[1]));d!=(*a=atoi(a[2]));o(d+=d<*a?1:-1));}
Length: 74 Bytes


From: Michael Bischoff <mbi@mo.math.nat.tu-bs.de>
Date: Wed, 15 Feb 1995 10:43:59 +0100
#define i atoi(I[1])
main(l,I)int*I;{for(l=i,++I;o(l),l-i;l+=l<i?:-1);}
Length: 72 Bytes


From: Michael Bischoff <mbi@mo.math.nat.tu-bs.de>
Date: Wed, 15 Feb 1995 10:47:53 +0100
#define i atoi(I[1])
main(l,I)int*I;{for(l=i,++I;o(l),l-i;l+=l<i?1:-1);}
Length: 73 Bytes


From: Alexander Rawass <a_rawass@informatik.uni-kl.de>
Date: Wed, 15 Feb 95 10:50:57 MET
/*
Programm zum Wettbewerb 'SHOCC'
<BR> von Alexander Rawass
*/

#include <stdio.h>

/*
Spezifikation:
<BR> Eingabe:
es werden in der Kommandozeile zwei Integer-Zahlen uebergeben
<BR> Ausgabe:
Das Programm gibt die ganzen Zahlen von der ersten Zahl zahl1
bis zur zweiten Zahl zahl2 aus (jeweils inklusive)
Ist zahl1<zahl2, so werden die Zahlen aufsteigend ausgegeben
Ist zahl1>zahl2, so werden die Zahlen absteigend ausgegeben
Ist zahl1=zahl2, so wird nur die eine Zahl ausgegeben
<BR> Bei zu vielen oder zu wenig Parametern auf der Kommandozeile
wird ein Fehler ausgegeben
Bei anderen Eingabewerten als Integerzahlen ist das Programm
von dem Rueckgabewert der Funktion atoi abhaengig und nicht
mehr deterministisch, aufgrund moeglicher Unterschiede in der
Implementation von atoi
*/

/* Prozedur ausgabe

Eingabe: zahl1,zahl2 (Integer)
Ausgabe: siehe obige Spezifikation
<BR> Auf die Verifikation der Prozedur 'ausgabe' durch das
wp-Kalkuel wurde aufgrund von Zeitmangels verzichtet,
kann aber ohne weiteres durchgefuehrt werden
*/

void ausgabe(zahl1,zahl2)
int zahl1,zahl2;
{
int i;
int increment;

if(zahl1>zahl2){
increment=-1; /* runterzaehlen */
}
else if(zahl1<zahl2){
increment=1; /* hochzaehlen */
}
else{ /* zahl1 == zahl2 */
increment=0; /* nicht zaehlen */
}

i=zahl1; /* Ausgabe der Zahlen */
while(i!=zahl2){
printf("%d\n",i);
i=i+increment;
}
printf("%d\n",zahl2);
}

int main(argc,argv)
int argc;
char *argv[];
{
int zahl1,zahl2;

/* Test auf richtige Anzahl der Parameter */
<BR> if(argc!=3){
fprintf(stderr,"falsche Anzahl Parameter!\n");
fprintf(stderr,"Usage: %s int-zahl1 int-zahl2\n",argv[0]);
return(1);
}
<BR> /* Umwandlung der Eingabestrings in Zahlen */
<BR> zahl1=atoi(argv[1]);
zahl2=atoi(argv[2]);
<BR> ausgabe(zahl1,zahl2);
<BR> return(0);
}
Length: 2126 Bytes


From: joachim.weiss@ple-16.plenum.cdu.org
Date: 15 Feb 1995 11:43:27 +0000
#include <stdio.h>
#include <stdlib.h>
int main(int b,char **v){int a,d;a=atoi(v[1]);b=atoi(v[2]);a-=d=a<b?1:-1;do printf("%d\n",a+=d);while(a!=b);return a;}
Length: 158 Bytes


From: Roland Rosenfeld <roland@spinnaker.rhein.de>
Date: Wed, 15 Feb 1995 12:49:46 +0100 (MET)
main(int a,int*b){int d=atoi(b[2]);for(a=atoi(b[1]);o(a),a-d;a<d?a++:a--);}
Length: 76 Bytes


From: Matthias Hanisch <hanisch@wicx01.informatik.uni-wuerzburg.de>
Date: Wed, 15 Feb 1995 13:27:42 +0100 (MET)
main(c,v,k)int**v;{for(c=atoi(1[v])-(k=atoi(2[v]));o(k+c),c<0?c++:c--;);}
Length: 74 Bytes


From: nagel@informatik.uni-kl.de
Date: Wed, 15 Feb 95 13:31:58 MET
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);while(a-b)a<b?o(a++):o(a--);o(a);}
Length: 85 Bytes


From: Chris Miller <chris@ndl.co.uk>
Date: Wed, 15 Feb 95 13:22:12 GMT
l(i,j){while(i<=j)o(i++);}main(n,a)char**a;{int i=atoi(a[1]),j=atoi(a[2]);i<j?l(i,j):l(j,i);}
Length: 94 Bytes


From: Kai Voigt <kai@depeche.in-kiel.de>
Date: Wed, 15 Feb 1995 14:58:24 +0100 (MET)
main(x,y)char **y;{int a=atoi(y[1]),b=atoi(y[2]);
do{o(a);a+=a>b?-1:1;}while(a!=b);o(a);}
Length: 90 Bytes


From: Klaus Ebner <klaus@gaspode.dinoco.de>
Date: Wed, 15 Feb 1995 14:04:51 +0000 (GMT)
int main(int c,char **v)
{int i=atoi(v[1]),j=atoi(v[2]);for(;i!=j;i+=i>j?-1:1)o(i);o(i);}
Length: 90 Bytes


From: neblung@informatik.uni-kl.de
Date: Wed, 15 Feb 95 14:17:02 MEZ
main(int c,int*v){for(o(c=atoi(v[1])),*v=atoi(v[2]);c-*v;)o(c<*v?++c:--c);}
Length: 76 Bytes


From: j_feicht@informatik.uni-kl.de
Date: Wed, 15 Feb 95 15:20:52 MET
main(int c,char**v){int i,k;i=atoi(v[1]);k=atoi(v[2]);for(;i!=k;i+=i<k?1:-1)o(i);o(k);}
Length: 88 Bytes


From: Ulrich Dessauer <ud@cube.net>
Date: Wed, 15 Feb 95 15:46:16 MET
main(a,b,c)char**b;{for(c=atoi(b[2]),a=atoi(b[1]);a^c;a+=c>a?1:-1)o(a);o(a);}
Length: 78 Bytes


From: roemer@hera.rbi.informatik.uni-frankfurt.de
Date: Wed, 15 Feb 95 13:32:03 +0100
main(a,v,b)int**v;{a=atoi(v[1]);for(b=atoi(v[2]);v=a-b,o(a<b?a++:a--),v;);}
Length: 76 Bytes


From: Markus Siegert <siegertm@nemeter.dinoco.de>
Date: Wed, 15 Feb 1995 14:48:27 +0000 (GMT)
main(a,b){int*c=b,n=atoi(c[1]),m=atoi(c[2]);for(a=n<m?1:-1;m+a-n;n+=a)o(n);}
Length: 77 Bytes


From: fkkukat@cip.informatik.uni-erlangen.de
Date: Wed, 15 Feb 95 14:33:00 +0100
main(int d,char**v){int b=atoi(v[2]),c=atoi(v[1]);for(;b-c;o((b>c)?c++:c--));o(b);}
Length: 84 Bytes


From: Erik Schoenfelder <schoenfr@ibr.cs.tu-bs.de>
Date: Wed, 15 Feb 1995 15:55:27 +0100
main(a,b)int*b;{a=atoi(b[1]),*b=atoi(b[2]);while(o(a),a-*b)a+=a<*b?1:-1;}
Length: 74 Bytes


From: knopper@unix-ag.uni-kl.de
Date: Wed, 15 Feb 95 13:11:59 +0100
main(a,b)int*b;{for(a=atoi(b[1]);o(a),*b=atoi(b[2])-a;*b<0?a--:a++);}
Length: 70 Bytes


From: Bennett Todd <bet@std.sbi.com>
Date: Wed, 15 Feb 1995 10:30:52 -0500 (EST)
main(int c,char**v){int i=atoi(v[1]),j=atoi(v[2]);c=i>j?-1:1;for(;i!=j;i+=c)o(i);o(i);}
Length: 88 Bytes


From: Juergen Fischer <fischer@server.et-inf.fho-emden.de>
Date: Wed, 15 Feb 1995 16:54:46 +0100 (MET)
main(c,v)int**v;{int a=atoi(v[1]),b=atoi(v[2]);while(a!=b)o(a<b?a++:a--);o(b);}
Length: 80 Bytes


From: Michael Cook <mcook@cognex.com>
Date: Wed, 15 Feb 1995 10:56:55 -0500
f(d,e){o(d);d-e&&f(d<e?d+1:d-1,e);}main(c,v)int**v;{f(atoi(v[1]),atoi(v[2]));}
Length: 79 Bytes


From: Chris Miller <chris@ndl.co.uk>
Date: Wed, 15 Feb 95 16:01:32 GMT
a(b,c,d){o(b);b-c&&a(b+d,c,d);}main(e,f)char**f;{int g=atoi(f[1]),h=atoi(f[2]);a(g,h,g<h?1:-1);}
Length: 97 Bytes


From: Dan Pop <danpop@cernapo.cern.ch>
Date: Wed, 15 Feb 1995 18:51:41 +0100 (MET)
main(c,v)char**v;{int j=atoi(*++v),k=atoi(*++v);for(o(j);j!=k;o(j+=k>j?1:-1));}
Length: 80 Bytes


From: Chris Phillips <pefv700@brazos.pe.utexas.edu>
Date: Wed, 15 Feb 1995 12:42:56 -0600
main(a,b)char**b;{int i=atoi(b[1]),j=atoi(b[2]);for(;i!=j;i>j?i--:i++)o(i);o(j);}
Length: 82 Bytes


From: Morus Walter t2018 <Morus.Walter@physik.uni-regensburg.de>
Date: Wed, 15 Feb 95 19:46:40 +0100
main(int c,int**a){int d=atoi(a[2]);for(o(c=atoi(a[1]));c-d;o(c<d?++c:--c));}
Length: 78 Bytes


From: Marc Conrad <marc@emmy.math.uni-sb.de>
Date: Wed, 15 Feb 95 20:03:07 +0100
int i;w(int j){o(j);if(j-i)w(j+2*(j<i)-1);}main(int
a,int *v[]){i=atoi(v[2]);w(atoi(v[1]));}
Length: 93 Bytes


From: "David A. Beeler" <dabeeler@qvarsx.er.usgs.gov>
Date: Wed, 15 Feb 1995 13:53:42 -0600
main(int argc,char *argv[]){int d=atoi(argv[1]),e=atoi(argv[2]);while(d!=e)(d<e)
?o(d++):o(d--);o(d);}
Length: 103 Bytes


From: "David A. Beeler" <dabeeler@qvarsx.er.usgs.gov>
Date: Wed, 15 Feb 1995 20:00:04 GMT
main(int argc,char *argv[]){int d=atoi(argv[1]),e=atoi(argv[2]);while(d!=e)(d<e)?o(d++):o(d--);o(d);}
Length: 102 Bytes


From: root <root@sliphost84.uni-trier.de>
Date: Wed, 15 Feb 1995 21:23:24 +0100 (MET)
main(int c,char**v){int i=c=atoi(*++v),j=atoi(*++v);for(;j>i?c<=j:c>=j;o(j>i?c++:c--));}
Length: 89 Bytes


From: rentmei@uni-muenster.de
Date: Wed, 15 Feb 1995 21:45:03 +0100 (MEZ)
main(int i,char**j){int k=atoi(*++j);for(i=atoi(*++j);o(k),k!=i;k<i?k++:k--);}
Length: 79 Bytes


From: kraxel@cs.tu-berlin.de
Date: Wed, 15 Feb 95 16:47:31 +0100
main(int c,char **v){int i,a,b;a=atoi(v[1]);b=atoi(v[2]);for(i=a;i!=b;(a<b)?i :i--)o(i);o(b);}
Length: 96 Bytes


From: kssingvo@faui43.informatik.uni-erlangen.de
Date: Wed, 15 Feb 95 17:16:20 +0100
main(_,O)int*O;{for(_=atoi(1[O])-(*O=atoi(2[O]));o(*O+_),_;_-=_>>_|1);}
Length: 72 Bytes


From: Bertram Barth <bertram@gummo.bbb.sub.org>
Date: Wed, 15 Feb 1995 22:06:00 +0100
main(c,v)int*v,c;{int a=atoi(*++v),b=atoi(*++v);while(a-b)o(a<b?a++:a--);o(a);}
Length: 80 Bytes


From: Peter da Silva <peter@nmti.com>
Date: Wed, 15 Feb 1995 15:30:56 -0600
main(i,a,j)int*a;{o(i=atoi(*++a));j=atoi(*++a);while(i!=j)o(i+=2*(i<j)-1);}
Length: 76 Bytes


From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
Date: Wed, 15 Feb 1995 23:27:56 +0100 (MET)
main(_,O,c)int*O;{for(;o(c=_-3+atoi(1[O])),c-=atoi(2[O]);_-=c>>95|1);}
Length: 71 Bytes


From: Michael Hirmke <mh@mike.franken.de>
Date: 15 Feb 1995 23:54:00 +0100
#include <stdlib.h>
#include <stdio.h>
int main(int argc,char **argv){int i1=atoi(argv[1]);int i2=atoi(argv[2]);for(;i1!=i2;i1=i1<=i2?i1+1:i1-1)printf("%d\n",i1);printf("%d",i1);}
Length: 180 Bytes


From: Michael Brunnbauer <brunni@pumuckl.cube.net>
Date: Thu, 16 Feb 1995 02:11:59 +0100 (MET)
main(int a,int*v){int b=atoi(v[2]);for(o(a=atoi(v[1]));a!=b;o(a<b?++a:--a));}
Length: 78 Bytes


From: Chris Dodd <dodd@csl.sri.com>
Date: Wed, 15 Feb 1995 18:13:17 -0800
main(a,y,b)int**y;{a=atoi(y[1]);b=atoi(y[2]);while(o(a),a^b)a<b?a++:a--;}
Length: 74 Bytes


From: Dave Taylor <ddt@idpentium.idsoftware.com>
Date: Thu, 16 Feb 95 00:53:50 -0600
main(c,v,a)int*v;{for(a=atoi(v[1]),c=atoi(v[2]);o(a),a!=c;a+=a<c?1:-1);}
Length: 73 Bytes


From: nagel@informatik.uni-kl.de
Date: Thu, 16 Feb 95 8:25:56 MET
main(int b,char**v){int a=atoi(v[1]);for(b=atoi(v[2]);a-b;a<b?a++:a--)o(a);o(a);}
Length: 82 Bytes


From: Kai Voigt <kai@depeche.in-kiel.de>
Date: Thu, 16 Feb 1995 08:44:32 +0100 (MET)
main(x,y)char **y;{int a=atoi(y[1]),b=atoi(y[2]);
o(a);while(a!=b)o(a+=a<b?1:-1);}
Length: 83 Bytes


From: Steffen Ries <str@gondolin.nasim.cube.net>
Date: Thu, 16 Feb 95 07:58 CET
#define a atoi(*(++v))
main(c,v)char**v;{int i=a,j=a;while(i!=j)o(i),i+=j>i?1:-1;o(i);}
Length: 88 Bytes


From: Steffen Ries <str@gondolin.nasim.cube.net>
Date: Thu, 16 Feb 95 08:06 CET
main(c,v)char**v;{int i=atoi(*++v),j=atoi(*++v);while(i!=j)o(i),i+=j>i?1:-1;o(i);}
Length: 83 Bytes


From: Michael Mikulandra <michael@miku.ka.sub.org>
Date: Thu, 16 Feb 1995 10:00:05 +0100
main(int argc,char**argv){int a,b;a=atoi(argv[1]);b=atoi(argv[2]);for(o(a);a!=b;a+=a<b?1:-1,o(a));}
Length: 100 Bytes


From: Gerald Klein <gklein@cs.uni-sb.de>
Date: Thu, 16 Feb 95 10:31:05 +0100
main(int a,char**b){int i,c=atoi(b[2]);for(i=a=atoi(b[1]);o(i),i!=c;i+=a>c?-1:1);}
Length: 83 Bytes


From: rentmei@uni-muenster.de
Date: Thu, 16 Feb 1995 10:56:47 +0100 (MEZ)
#define _ atoi(j[1])
main(int k,char**j){k=_;for(j++;o(k),k!=_;k<_?k++:k--);}
Length: 78 Bytes


From: jbirge1@cc.swarthmore.edu
Date: Thu, 16 Feb 95 00:38:49 +0100
main(b,y,d)int*y;{for(b=atoi(y[2]),d=b-atoi(y[1]);o(b-d)*d>0?d--:d++;);}
Length: 73 Bytes


From: "Alexander Dost [ET]" <dost@rhrk.uni-kl.de>
Date: Thu, 16 Feb 1995 11:50:53 +0100 (CET)
main(a,b)int*b[];{int i=atoi(b[1]),j=atoi(b[2]),d;d=i<j?1:-1;for(i-=d;i!=j;o(i+=d));}
Length: 86 Bytes


From: Marc Conrad <marc@emmy.math.uni-sb.de>
Date: Thu, 16 Feb 95 12:21:24 +0100
main(int
a,int *v[]){for(o(a=atoi(v[1])),**v=atoi(v[2]);a-**v;o(a+=2*(a<**v)-1));}
Length: 83 Bytes


From: Ulrich Dessauer <ud@cube.net>
Date: Thu, 16 Feb 95 12:25:53 MET
main(a,b,c)int**b;{for(c=atoi(b[2]),a=atoi(b[1]);o(a),a^c;a+=c>a?1:-1);}
Length: 73 Bytes


From: "Lars C. Hassing" <lch@cci.dk>
Date: Thu, 16 Feb 1995 13:04:18 --100
main(x,y)int**y;{int a=atoi(y[1]),b=atoi(y[2]);while(a<b)printf("%d\n",a++);while(a>=b)printf("%d\n",a--);}
Length: 108 Bytes


From: "Lars C. Hassing" <lch@cci.dk>
Date: Thu, 16 Feb 1995 13:18:52 --100
main(x,y)int**y;{int a=atoi(y[1]),b=atoi(y[2]);while(a<b)o(a++);while(a>=b)o(a--);}
Length: 84 Bytes


From: Chris Traxler <Christoph.T.Traxler@physik.uni-giessen.de>
Date: Thu, 16 Feb 1995 14:23:30 +0100 (CET)
main(int c,int**v){int a=atoi(v[1]);for(o(a);c=atoi(v[2])-a;o(c>0?++a:--a));}
Length: 78 Bytes


From: Boris Miller <mill@ccc.tashkent.su>
Date: Thu, 16 Feb 1995 19:44:12 +0500 (GMT+0500)
main(n,a)int**a;{int x=atoi(a[1]),y=atoi(a[2]),d=x>y?-1:1;for(x-=d;x!=y;)printf("%d\n",x+=d);}
Length: 95 Bytes


From: rentmei@uni-muenster.de
Date: Thu, 16 Feb 1995 15:58:30 +0100 (MEZ)
#define _ atoi(j[1])
main(k,j)char**j;{k=_;for(j++;o(k),k!=_;k<_?k++:k--);}
Length: 76 Bytes


From: Boris Miller <mill@ccc.tashkent.su>
Date: Thu, 16 Feb 1995 20:39:57 +0500 (GMT+0500)
main(n,a)int**a;{int x=atoi(a[1]),y=atoi(a[2]),d=x>y?-1:1;for(;x!=y;)printf("%d\n",-d+x+=d);}
Length: 94 Bytes


From: Gerd Knorr <kraxel@cs.tu-berlin.de>
Date: Thu, 16 Feb 1995 01:02:11 +0100 (MET)
main(int c,char**v){int i;for(c=atoi(v[1]),i=atoi(v[2]);c!=i;o(c<i?c++:c--));o(i);}
Length: 84 Bytes


From: Frank Ammermann <frank@server.et-inf.fho-emden.de>
Date: Thu, 16 Feb 1995 17:17:00 +0100
#include <stdio.h>
#include <stdlib.h>

void aufsteigend (int anfang, int ende)
{
int lokal_aufzaehlvariable;
for (lokal_aufzaehlvariable=anfang;lokal_aufzaehlvariable<=ende;
lokal_aufzaehlvariable=lokal_aufzaehlvariable+1)
{
printf("%i\n",lokal_aufzaehlvariable);
}
}
void absteigend (int anfang, int ende)
{
int lokal_aufzaehlvariable;
for (lokal_aufzaehlvariable=anfang;lokal_aufzaehlvariable>ende;
lokal_aufzaehlvariable=lokal_aufzaehlvariable-1)
{
printf("%i\n",lokal_aufzaehlvariable);
}
}
int main (int argc, char *argv[])
{
int zahl1, zahl2;
if (argc != 3) {printf("falsche Eingabe\n");return 1;}
zahl1=atoi(argv[1]);
zahl2=atoi(argv[2]);
if (zahl1 < zahl2) aufsteigend(zahl1,zahl2);
else if (zahl1 > zahl2) absteigend(zahl1,zahl2);
else {printf("\nDie beiden Zahlen sind ja gleich\n");return 1;}
return 0;
}
Length: 863 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Thu, 16 Feb 1995 17:25:42 +0100 (MET)
main(int c,int **v){int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i-j;o(i+=i<j?1:-1));}
Length: 81 Bytes


From: j_feicht@informatik.uni-kl.de
Date: Thu, 16 Feb 95 17:45:53 MET
main(int c,char**v){int i,k;i=atoi(v[1]);k=atoi(v[2]);for(;i-k;o(i<k?i++:i--));o(i);}
Length: 86 Bytes


From: "thomas (t.g.) kavanagh" <thomask@bnr.ca>
Date: Thu, 16 Feb 1995 11:48:00 -0500 <BR> #include <stdio.h>
void main(int x,int **y){int f,s;f=atoi(y[1]);s=atoi(y[2]);if(f<s)for(;f<=s;)printf("%d\n",f++);else for(;f>=s;)printf("%d\n",f--);}
Length: 152 Bytes


From: j_feicht@informatik.uni-kl.de
Date: Thu, 16 Feb 95 17:55:41 MET
main(int c,char**v){int i,k;i=atoi(v[1]);k=atoi(v[2]);for(;o(i<k?i++:i--)-k;);}
Length: 80 Bytes


From: "Brian T. Hill" <bhil@park.uvsc.edu>
Date: Thu, 16 Feb 1995 10:54:44 -0700
main(int c,int**v){int f=atoi(*++v),s=atoi(*++v);for(;o(f),f^s;f+=f>s?-1:1);}
Length: 78 Bytes


From: Sebastian Wilhelmi
Date: Tue, 14 Feb 95 12:55:51 +0100
main(a,c,b)char**c;{b=atoi(c[2]);for(o(a=atoi(c[1]));b!=a;o(a>b?--a:++a));}
Length: 76 Bytes


From: kpv@research.att.com
Date: Thu, 16 Feb 95 09:10:53 EST
main(c,v)char**v;{int i=atoi(v[1]),j=atoi(v[2]);
for(;printf("%d\n",i),i!=j;i+=i<j?1:-1);}
Length: 91 Bytes


From: kpv@research.att.com
Date: Thu, 16 Feb 95 11:05:41 EST
main(c,v)int*v;{int i=atoi(v[1]),j=atoi(v[2]);while(printf("%d\n",i),i!=j)i+=i<j?1:-1;}
Length: 88 Bytes


From: Heiner Otterstedt <H.OTTERSTEDT@link-goe.central.de>
Date: Wed, 15 Feb 95 22:00:00 +0000
main(int a,int**c){int b,n=(a=atoi(c[1]))<(b=atoi(c[2]))?1:-1;for(;a!=b+n;a+=n)o(a);}
Length: 86 Bytes


From: Christian Weisgerber <naddy@mips.pfalz.de>
Date: Thu, 16 Feb 1995 18:04:17 +0100 (MET)
main(c,v)int*v;{for(c=atoi(*++v),*v=atoi(*++v);o(c),*v-c;c>*v?c--:c++);}
Length: 73 Bytes


From: Patrick Koppen <koppen@unix-ag.uni-kl.de>
Date: Thu, 16 Feb 1995 21:59:53 +0100 (MET)
a;main(c,v)int*v;{for(a=atoi(v[1]),c=atoi(v[2]);o(a),a-c;a+=a<c?:-1);}
Length: 71 Bytes


From: Ingo Fischenich <ifischen@risc6.mi.uni-koeln.de>
Date: Thu, 16 Feb 1995 23:17:08 +0100 (MET)
void main (int k,char *a[])
{int i,j;
k-=2;
i=atoi(a[1]);j=atoi(a[2]);
if(i>j) k=-1;
do {o(i);i+=k;}
while (k*i<=k*j);
}
Length: 121 Bytes


From: Michael Hirmke <mh@mike.franken.de>
Date: 16 Feb 1995 23:47:00 +0100
#include <stdlib.h>
#include <stdio.h>
int main(int argc,char **argv){int i1=atoi(argv[1]);int i2=atoi(argv[2]);for(;i1!=i2;i1=i1<=i2?i1+1:i1-1)printf("%d\n",i1);printf("%d\n",i1);}
Length: 182 Bytes


From: Steve Clamage <Stephen.Clamage@eng.sun.com>
Date: Thu, 16 Feb 1995 15:34:14 -0800
main(c,v)char**v;{int i=atoi(v[1]),j=atoi(v[2]);while(i<j)o(i++);while(j<i)o(i--);o(i);}
Length: 89 Bytes


From: Michael Brunnbauer <brunni@pumuckl.cube.net>
Date: Fri, 17 Feb 1995 00:43:17 +0100 (MET)
main(a,v,b)int*v;{for(a=atoi(v[1]),b=atoi(v[2]);o(a),a-b;a<b?a++:a--);}
Length: 72 Bytes


From: Arnd Gerns <gerns@informatik.uni-hildesheim.de>
Date: Fri, 17 Feb 1995 01:02:14 +0100 (MET)
main(int x,int*p){int i=atoi(p[1]),j=atoi(p[2]);for(;o(i),j^i;i<j?i++:i--);}
Length: 77 Bytes


From: Steve Clamage <Stephen.Clamage@eng.sun.com>
Date: Thu, 16 Feb 1995 16:23:46 -0800
main(c,v,j)char**v;{c=atoi(v[1]);j=atoi(v[2]);while(c<j)o(c++);while(j<c)o(c--);o(c);}
Length: 87 Bytes


From: "James C. Hu" <jxh@pride.cs.wustl.edu>
Date: Thu, 16 Feb 1995 19:01:29 -0600 (CST)
main(c,v,d)int**v;{for(o(c=atoi(v[1]));d=atoi(v[2])-c;o(d<0?--c:++c));}
Length: 72 Bytes


From: Markus Omers <Markus_Omers@du.maus.de>
Date: Thu, 16 Feb 95 07:56:00 GMT
main(int n,char**a){int
v=atoi(a[1]),b=atoi(a[2]),h=v>b;if(h)n=b,b=v,v=n;while(v<=b)o(h?b--:v++);}
Length: 99 Bytes


From: Markus Omers <Markus_Omers@du.maus.de>
Date: Thu, 16 Feb 95 10:44:00 GMT
main(int n,char**a){int
v=atoi(a[1]),b=atoi(a[2]),h=v>b;if(h)n=b,b=v,v=n;while(v<=b)printf("%d\n",h?b--
:v++);}
Length: 112 Bytes


From: Krid <Krid@punk.fido.de>
Date: Thu, 16 Feb 1995 17:16:00 +0100
#define S(A,B) sscanf(y[(A)],"%d",&(B));
main(int x,int *y[]){int a,b;S(1,a)S(2,b)for(;a!=b;)o((a<b?a++:a--));o(b);}
Length: 117 Bytes


From: Wolfram Roesler <wr@bara.oche.de>
Date: Thu, 16 Feb 1995 21:43:38 +0100
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);for(;a-b;a<b?a++:a--)o(a);o(b);}
Length: 83 Bytes


From: Thomas Stoffregen <blacky@kufis.ruhr.de>
Date: Fri, 17 Feb 1995 09:01:26 +0100 (MET)
#include <stdlib.h> <BR> #include <stdio.h>
int main(int c,char **v){int <BR> r,a=atoi(v[1]),b=atoi(v[2]);r=(a<b)?1:-1;while(r){printf("%d\n",a);if(a==b)r=0;(r==1)?a++:a--;}return(c);}
Length: 177 Bytes


From: Steven Tepper <greep@datatools.com>
Date: Fri, 17 Feb 95 01:08:36 PST
main(x,y)int**y;{int a=atoi(*++y),b=atoi(*++y);o(a);while(a!=b)o(a+=2*(b-a>0)-1);}
Length: 83 Bytes


From: Boris Miller <mill@ccc.tashkent.su>
Date: Fri, 17 Feb 1995 14:13:49 +0500 (GMT+0500)
main(n,a)int*a;{int x=atoi(a[1]),y=atoi(a[2]);for(x-=n=x>y?-1:1;x-y;)printf("%d\n",x+=n);}
Length: 91 Bytes


From: "Lars C. Hassing" <lch@cci.dk>
Date: Fri, 17 Feb 1995 09:26:39 --100
main(a,y,d)int*y;{for(o(a=atoi(y[1]);d=atoi(y[2])-a;)o(a+=(d|1)%2);}
Length: 69 Bytes


From: nagel@informatik.uni-kl.de
Date: Fri, 17 Feb 95 11:04:20 MET
main(int c,int*v){for(c=atoi(v[1]);o(c),(*v=atoi(v[2]))-(c<*v?c++:c--););}
Length: 75 Bytes


From: Steffen Koehler <msk@mipool.uni-jena.de>
Date: Fri, 17 Feb 95 11:49:53 MET
main(int c,char*f[]){int a,b;a=atoi(f[1]);b=atoi(f[2]);a<b?c=1:(c=-1);o(a);while(a!=b)o(a+=c);}
Length: 96 Bytes


From: Patrick Koppen <koppen@unix-ag.uni-kl.de>
Date: Fri, 17 Feb 1995 12:00:10 +0100 (MET)
a;main(c,v)int*v;{for(a=atoi(v[1]),c=atoi(v[2]);o(a),a-c;a+=a<c?1:-1);}
Length: 72 Bytes


From: GEILLER - JAKOB <b2422@hp720u.iut-orsay.fr>
Date: Fri, 17 Feb 1995 12:06:07 +0100

/* Stephane JAKOB , b2422@hp720u.iut-orsay.fr */

#include <stdio.h>
#include <stdlib.h>

void how_to_use(char *);

void main(int argc , char *argv[])
{
int i1,i2;
int aux;

if (argc != 3) /* the number of parameters is not good*/
how_to_use(argv[0]);

else
{

i1=atoi(argv[1]); /* convert strings to integers*/
i2=atoi(argv[2]);
<BR> if ( (i2==0) && (i1==0) ) /* the parameters were probably not 2 integers */ <BR> how_to_use(argv[0]);

else /* if one of the 2 parameters is a string instead of an integer is used as 0 */
{

if (i1>i2) <BR> { aux=i1; i1=i2 ;i2=aux;} /* to order the 2 integers */
<BR> for(aux=i1;aux<=i2;aux++) /* to print all integers between the 2 parameters */
printf("%d \n",aux);
}

}

} /* end of main () */


void how_to_use(char *name)
{ <BR> printf("usage: %s integer1 integer2 \n",name); /* program usage */
}
Length: 900 Bytes


From: Frank Ammermann <frank@server.et-inf.fho-emden.de>
Date: Fri, 17 Feb 1995 12:19:57 +0100
#include <stdio.h>
#include <stdlib.h>

void aufsteigend (int anfang, int ende)
{
int lokal_aufzaehlvariable;
for (lokal_aufzaehlvariable=anfang;lokal_aufzaehlvariable<=ende;
lokal_aufzaehlvariable=lokal_aufzaehlvariable+1)
{
printf("%i\n",lokal_aufzaehlvariable);
}
}
void absteigend (int anfang, int ende)
{
int lokal_aufzaehlvariable;
for (lokal_aufzaehlvariable=anfang;lokal_aufzaehlvariable>=ende;
lokal_aufzaehlvariable=lokal_aufzaehlvariable-1)
{
printf("%i\n",lokal_aufzaehlvariable);
}
}
int main (int argc, char *argv[])
{
int zahl1, zahl2;
if (argc != 3) {printf("falsche Eingabe\n");return 1;}
zahl1=atoi(argv[1]);
zahl2=atoi(argv[2]);
if (zahl1 < zahl2) aufsteigend(zahl1,zahl2);
else if (zahl1 > zahl2) absteigend(zahl1,(zahl2 + 1));
else printf("%i\n",zahl1);
return 0;
}
Length: 833 Bytes


From: Michael Schaefer <rschaefe@student.uni-kl.de>
Date: Fri, 17 Feb 1995 12:58:50 +0100 (CET)
main(int c,char**v){int n=atoi(v[1]),m=atoi(v[2]),x=n<m?1:-1;for(o(n);n!=m;o(n+=x));}
Length: 86 Bytes


From: relayer@netcom.com
Date: Fri, 17 Feb 95 04:01:26 -0800
main(a,v,b)char**v;{for(a=atoi(*++v);o(a),b=atoi(v[1])-a;b>0?a++:a--);}
Length: 72 Bytes


From: Jan Delgado <j_delgad@informatik.uni-kl.de>
Date: Fri, 17 Feb 95 13:12:03 MET
j,k;main(a,b)int**b,a;{j=atoi(*++b);k=atoi(*++b);for(;o(j),j<k?j++:j---k;);}
Length: 77 Bytes


From: Straylight <csuov@csv.warwick.ac.uk>
Date: Fri, 17 Feb 1995 12:18:24 +0000 (GMT)
main(c,v)char**v;{int b=atoi(v[2]);c=atoi(v[1]);while(o(c),c-b)c+=(c<b)?1:-1;}
Length: 79 Bytes


From: Sebastian Schmidt <sc@iaxp01.inf.uni-jena.de>
Date: Fri, 17 Feb 1995 13:45:18 +0100
main(c,v)long*v;
{int i=atoi(v[1]),j=atoi(v[2]);do{o(i);}while((i>j?i--:i++)!=j);}
Length: 83 Bytes


From: George Datuashili <gia@ultersys.msk.su>
Date: Fri, 17 Feb 95 17:40:36 +0400 (MSK)
main(c,p,a,b)int*p;{a=atol(*++p);b=atol(*++p);c=a<b?1:-1;while(a-b-c)o(a),a+=c;}
Length: 81 Bytes


From: Gerald Klein <gklein@cs.uni-sb.de>
Date: Fri, 17 Feb 95 14:50:22 +0100
main(int a,char**b){int c=atoi(b[2]);for(a=atoi(b[1]);o(a),a!=c;a+=a>c?-1:1);}
Length: 79 Bytes


From: "A.Aarsten(7025" <amund@polgm2.polito.it>
Date: Fri, 17 Feb 95 15:07:28 +0100
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]),d=b>a?1:-1;for(;a!=b;a+=d)o(a);o(b);}
Length: 88 Bytes


From: Jos Horsmeier <jos@and.nl>
Date: Fri, 17 Feb 95 15:15:34 +0100
main(c,v)char**v;{int i=atoi(v[2]);for(o(c=atoi(v[1]));i-c;o(c+=c>i?-1:1));}
Length: 77 Bytes


From: Andreas Schuch <schuch@physik.uni-kl.de>
Date: Fri, 17 Feb 1995 15:26:59 +0100 (MET)
main(i,a,j)char**a;{j=atoi(a[2]);for(i=atoi(a[1]);o(i),(j>i?i++:i--)!=j;);}
Length: 76 Bytes


From: Ruud de Rooij <derooij@dutiba.twi.tudelft.nl>
Date: Fri, 17 Feb 1995 15:39:55 +0100 (MET)
main(j,v)char **v;{int i=atoi(*++v);j=atoi(*++v);for(o(i);i!=j;o(i>j?--i:++i));}
Length: 81 Bytes


From: neblung@informatik.uni-kl.de
Date: Fri, 17 Feb 95 14:45:33 MEZ
main(int c,int*v){for(c=atoi(v[1]);*v;o(*v>0?c++:c--))*v=atoi(v[2])-c;}
Length: 72 Bytes


From: Ruud de Rooij <derooij@dutiba.twi.tudelft.nl>
Date: Fri, 17 Feb 1995 15:51:04 +0100 (MET)
main(j,v)char**v;{int i=atoi(*++v);j=atoi(*++v);for(o(i);i!=j;o(i>j?--i:++i));}
Length: 80 Bytes


From: "A.Aarsten(7025" <amund@polgm2.polito.it>
Date: Fri, 17 Feb 95 15:53:30 +0100
main(c,v)int**v;{int a=atoi(v[1]),b=atoi(v[2]),d=b>a?1:-1;for(;a!=b;a+=d)o(a);o(b);}
Length: 85 Bytes


From: Thomas Buchholz <Thomas.Buchholz@math.uni-giessen.de>
Date: Fri, 17 Feb 1995 16:00:05 +0100
main(i,_,j)int**_;{for(i=atoi(1[_]),j=atoi(2[_]);o(i),i-j;i<j?i++:i--);}
Length: 73 Bytes


From: Malte Zoeckler <maltez@marie.physik.tu-berlin.de>
Date: Fri, 17 Feb 1995 16:05:22 +0100 (MET)
main(int c,char**v){int b=atoi(v[2]);for(c=atoi(v[1]);o(c),c!=b;c+=b>c?1:-1);}
Length: 79 Bytes


From: Dirk Eiden <eiden@informatik.uni-hildesheim.de>
Date: Fri, 17 Feb 1995 16:41:42 +0100 (MET)
main(int a,char*v[]){int b=atoi(v[2]);for(o(a=atoi(v[1]));b-a;o(a+=a>b?-1:1));}
Length: 80 Bytes


From: Malte Zoeckler <maltez@marie.physik.tu-berlin.de>
Date: Fri, 17 Feb 1995 17:00:35 +0100 (MET)
main(int c,char**v){int b=atoi(v[2]);for(c=atoi(v[1]);o(c),c-b;c+=b>c?1:-1);}
Length: 78 Bytes


From: David Nelson <david@kai.com>
Date: Fri, 17 Feb 95 10:00:55 -0600
h(x,y,z){o(x);x-y?h(x+z,y,z):0;}main(c,v)int**v;{int x=atoi(*++v),y=atoi(*++v);h(x,y,x<y?1:-1);}
Length: 97 Bytes


From: Matthias Ruhl <ruhl@informatik.uni-freiburg.de>
Date: Fri, 17 Feb 1995 17:06:57 +0100
main(a,b)int*b;{for(a=atoi(b[1]);*b;o(0<(*b=atoi(b[2])-a)?a++:a--));}
Length: 70 Bytes


From: Michael Baudisch <lizard@moribund.cube.net>
Date: Fri, 17 Feb 1995 17:23:56 +0100 (MET)
main(_,X,O)int*X;{for(O=atoi(X[2]),_=atoi(X[1]);o(_),_<O?_++:_---O;);}
Length: 71 Bytes


From: Patrick Seemann <tele@tubul.limmat.net.ch>
Date: Fri, 17 Feb 1995 17:43:06 +0100 (MET)
main(a,b)int*b;{for(a=atoi(b[1]),*b=atoi(b[2]);o(a),a-*b;a<*b?a++:a--);}
Length: 73 Bytes


From: Christoph Thommes <cthommes@eikon.e-technik.tu-muenchen.de>
Date: Fri, 17 Feb 1995 17:58:44 +0100
main(i,b,j)int*b;{for(i=atoi(*++b),j=atoi(*++b);o(i),i<j?i++:i-->j;);}
Length: 71 Bytes


From: Randy Saint <saint@phoenix.net>
Date: Fri, 17 Feb 1995 11:01:23 -0600
main(c,v)int**v;{int a=atoi(v[1]),b=atoi(v[2]);for(;a!=b;)o(a<b?a++:a--);o(a);}
Length: 80 Bytes


From: Hannes Reinecke <hare@zarquon.mathi.uni-heidelberg.de>
Date: Fri, 17 Feb 1995 18:06:53 +0100 (MET)
main(c,v,e)char**v;{for(c=(e=atoi(v[2]))-atoi(v[1]);c<!o(e-c)?c++:c--;);}
Length: 74 Bytes


From: "Brian T. Hill" <bhil@park.uvsc.edu>
Date: Fri, 17 Feb 1995 10:15:35 -0700
main(s,v)int**v;{int f=atoi(*++v);for(s=atoi(*++v);o(f),f^s;f>s?f--:f++);}
Length: 75 Bytes


From: Markus Freericks <mfx@cs.tu-berlin.de>
Date: Fri, 17 Feb 1995 18:23:31 +0100
main(a,b,d)char**b;{a=atoi(b[1]);L:o(a);d=atoi(b[2])-a;d>0?a++:a--;if(d)goto L;}
Length: 81 Bytes


From: David Nelson <david@kai.com>
Date: Fri, 17 Feb 95 11:29:19 -0600
main(c,v)int**v;{int x=atoi(*++v),y=atoi(*++v);L:o(x);if(x-y){x+=x<y?1:-1;goto L;}}
Length: 84 Bytes


From: David Nelson <david@kai.com>
Date: Fri, 17 Feb 95 11:45:53 -0600
main(c,v)int**v;{int x=atoi(*++v),y=atoi(*++v);while(x-y)o(x<y?x++:x--);o(x);}
Length: 79 Bytes


From: Arnd Gerns <gerns@informatik.uni-hildesheim.de>
Date: Fri, 17 Feb 1995 18:55:22 +0100 (MET)
*p;main(i,x){for(x=atoi(p[i=atoi(*(p=x+4)),1]);o(i),x^i;i<x?i++:i--);}
Length: 71 Bytes


From: John Rochester <jr@cs.mun.ca>
Date: Fri, 17 Feb 1995 14:54:13 -0330
a;main(c,d)int*d;{for(a=atoi(d[1]);o(a),c=atoi(d[2])-a;a+=c/abs(c));}
Length: 70 Bytes


From: Michael Baudisch <lizard@moribund.cube.net>
Date: Fri, 17 Feb 1995 19:32:38 +0100 (MET)
main(_,X,O)int*X;{for(O=atoi(X[2]),_=atoi(X[1]);o(_),_-O;_<O?_++:_--);}
Length: 72 Bytes


From: Jeffery Waller - Medaphis Development <jeffw@gateway.bsis.com>
Date: Fri, 17 Feb 1995 13:33:42 -0500
main(c,v,i,j)int **v;{if(c){i=atoi(v[1]);j=atoi(v[2]);}o(i);if(i-j)main(0,v,i>j?i-1:i+1,j);}
Length: 93 Bytes


From: Hadmut Danisch <danisch@ira.uka.de>
Date: Fri, 17 Feb 1995 18:39:57 --100
main(a,v,b)int*v;{o(a=atoi(v[1]));for(b=atoi(v[2]);a^b;)o(a+=a<b?1:-1);}
Length: 73 Bytes


From: Stephan Schulz <stschulz@informatik.uni-kl.de>
Date: Fri, 17 Feb 95 19:41:52 MET
main(int z,char *v[]){int i=atoi(v[1]),j=atoi(v[2]),c=j>i?1:-1;for(j+=c;i!=j;i+=c)o(i);}
Length: 89 Bytes


From: Christoph Thommes <cthommes@eikon.e-technik.tu-muenchen.de>
Date: Fri, 17 Feb 1995 19:48:58 +0100
main(i,b,j)int*b;{for(i=atoi(*++b),j=atoi(*++b);o(i),i-j;i<j?i++:i--);}
Length: 72 Bytes


From: Jeff Obik Epler <jepler@herbie.unl.edu>
Date: Fri, 17 Feb 1995 13:04:11 -0600 (CST)
main(a,b,c)int*b;{for(c=atoi(b[2]),a=atoi(b[1]);o(a),a-c;a+=a>c?-1:1);}
Length: 72 Bytes


From: Jay Elston <elston@primenet.com>
Date: Fri, 17 Feb 1995 12:12:18 -0700 (MST)
int main(int k,char**v){int J=atoi(*++v),K=atoi(*++v);
b:o(J);if(J!=K){J=J+(J>K?-1:1);goto b;}}
Length: 96 Bytes


From: Jay Elston <elston@primenet.com>
Date: Fri, 17 Feb 1995 12:32:13 -0700 (MST)
main(int k,int**v){int J=atoi(*++v);k=atoi(*++v);
b:o(J);if(J!=k){J+=(J>k?-1:1);goto b;}}
Length: 90 Bytes


From: Randy Saint <saint@phoenix.net>
Date: Fri, 17 Feb 1995 14:10:55 -0600
main(c,v)int**v;{int a=atoi(v[1]),b=atoi(v[2]);while(a-b)o(a<b?a++:a--);o(a);}
Length: 79 Bytes


From: Andre Fachat <fs1@aixterm1.urz.uni-heidelberg.de>
Date: Fri, 17 Feb 1995 21:27:02 +0100 (CET)
main(n,v,b)char**v;{for(b=atoi(v[2]),n=atoi(v[1]);o(n),b-n;b<n?n--:n++);}
Length: 74 Bytes


From: Stephan Schulz <stschulz@informatik.uni-kl.de>
Date: Fri, 17 Feb 95 22:16:36 MET
main(int z,char**v){int i=atoi(v[1]),j=atoi(v[2]);for(;i-j;i+=j>i?1:-1)o(i);o(j);}
Length: 83 Bytes


From: Andreas Staerkert <INVI@bonfire.ruhr.de>
Date: 17 Feb 1995 22:32:41 +0100
main(int c,int**v)
{int a=atoi(v[1]),b=atoi(v[2]);for(o(a);a!=b;o(a+=a>b?-1:1));}
Length: 82 Bytes


From: Ulrich Dessauer <ud@cube.net>
Date: Fri, 17 Feb 95 22:52:33 MET
main(a,b,c)int**b;{for(c=atoi(b[2]),a=atoi(b[1]);o(a),a^c;a+=c>a?:-1);}
Length: 72 Bytes


From: "Jacob L. Mandelson" <jacobm@tsfsrv.mitre.org>
Date: Fri, 17 Feb 1995 17:36:49 -0500 (EST)
main(l,_,O)int*_;{for(o(O=atoi(*++_)),l=atoi(*++_);O-l;o(O+=l>O?1:-1));}
Length: 73 Bytes


From: Jay Elston <elston@primenet.com>
Date: Fri, 17 Feb 1995 16:03:37 -0700 (MST)
main(int k,int**v){int J=atoi(*++v);k=atoi(*++v);b:o(J);if(J!=k){J+=(J>k?-1:1);goto b;}}
Length: 89 Bytes


From: Martin Metz <Martin_Metz@r.maus.de>
Date: Thu, 16 Feb 95 22:42:00 GMT
#include <stdlib.h>

main(int nr,char** arg)
{ int a=atoi(arg[1]),e=atoi(arg[2]),d=1;

if(a>e)
d=-1;
for(;a!=e;a+=d)
o(i);
o(i);
return(0);
}
Length: 159 Bytes


From: Olaf Ferger <oli@offh.lahn.de>
Date: Thu, 16 Feb 95 20:56 MET
main(int a,char **b){int c=atoi(b[1]),d=atoi(b[2]);for(;c!=d;o(c>d?c--:c++));o(c);}
Length: 84 Bytes


From: Krid <Krid@punk.fido.de>
Date: Fri, 17 Feb 1995 14:33:00 +0100
#define S(A,B)sscanf(y[A],"%d",&B);
main(int x,int*y){int a,b;S(1,a)S(2,b)while(a!=b)o(a<b?a++:a--);o(b);}
Length: 107 Bytes


From: David Spear <david@stormbringer.ibs.uscs.com>
Date: Fri, 17 Feb 1995 13:31:03 -0800
void main(int c,char*v[]){int
s,e;s=atoi(v[1]);e=atoi(v[2]);if(s>e)while(e<=s)o(s--);else while(e>=s)o(s++);}
Length: 110 Bytes


From: Tom Rush <tom@tarush.chattanooga.net>
Date: Sat, 18 Feb 1995 00:36:04 +0000 (EST)
main(c,v)int**v;{int x=atoi(v[1]),y=atoi(v[2]);for(;o(x),x!=y;x>y?x--:x++);}
Length: 77 Bytes


From: Christoph Feck IRZ <feck@informatik.uni-kl.de>
Date: Sat, 18 Feb 1995 04:15:07 +0100 (MET)
main(_,x,O)int**x;{for(_=atoi(*++x),O=atoi(*++x);o(_),_-O;_>O?_--:++_);}
Length: 73 Bytes


From: Jay Elston <elston@primenet.com>
Date: Fri, 17 Feb 1995 20:24:26 -0700 (MST)
main(int k,int**v){int J=atoi(*++v);k=atoi(*++v);b:o(J);if(J!=k){J>k?--J:++J;goto b;}}
Length: 87 Bytes


From: "James C. Hu" <jxh@pride.cs.wustl.edu>
Date: Sat, 18 Feb 1995 02:24:30 -0600 (CST)
main(c,v,d)int*v;{for(o(c=atoi(v[1]));d=atoi(v[2])-c;o(d<0?--c:++c));}
Length: 71 Bytes


From: Carsten Borchardt <CARSTEN@art-line.wupper.de>
Date: Fri, 17 Feb 95 10:38:00 GMT
main(x,v,b)int*v;{for(b=atoi(v[2]),o(x=atoi(v[1]));x-b;o(x+=b>x?1:-1));} <BR> Length: 74 Bytes


From: kpv@research.att.com
Date: Fri, 17 Feb 95 22:50:02 EST


From: kpv@research.att.com
Date: Fri, 17 Feb 95 22:54:14 EST


From: Don Lin <dlin@netcom.com>
Date: Sat, 18 Feb 1995 01:36:40 -0800 (PST)
#include <stdio.h>

int main(int argc, char *argv[])
{
int i=atoi(argv[1]), j=atoi(argv[2]), d=i>j?-1:1;

for ( ; i != j+d; i+=d)
printf("%d\n", i);
}
Length: 167 Bytes


From: Hermann Vogt <herm@pirx.han.de>
Date: Sat, 18 Feb 1995 15:39:54 +0100 (MET)
main(int c,char*v[]){int a=atoi(v[1]),b=atoi(v[2]),d=a<b?1:-1;for(;o(a),a!=b;a+=d);}
Length: 85 Bytes


From: Clemens Huwig <cx@cs.uni-sb.de>
Date: Sat, 18 Feb 95 17:28:46 +0100
main(int i,char**c){int b=atoi(c[2]),t=b-atoi(c[1]);for(i=abs(t),t/=i;i>=0;i--)o(b-i*t);}
Length: 90 Bytes


From: Michael Shields <shields@tembel.org>
Date: Sat, 18 Feb 1995 13:05:10 -0500 (EST)
d;main(c,v)char**v;{o(c=atoi(v[1]));d=atoi(v[2]);while(c^d)o(c<d?++c:--c);}
Length: 76 Bytes


From: Michael Shields <shields@tembel.org>
Date: Sat, 18 Feb 1995 15:38:48 -0500 (EST)
d;main(c,v)char**v;{for(o(c=atoi(v[1])),d=atoi(v[2]);c^d;o(c<d?++c:--c));}
Length: 75 Bytes


From: Ulrich Dessauer <ud@cube.net>
Date: Sat, 18 Feb 95 22:24:24 MET
main(a,b,c)int*b;{for(c=atoi(b[2]),a=atoi(b[1]);o(a),a^c;a+=c>a?:-1);}
Length: 71 Bytes


From: "Brian T. Hill" <bhil@park.uvsc.edu>
Date: Sat, 18 Feb 1995 14:51:23 -0700
main(f,v,s)int**v;{f=atoi(*++v);for(s=atoi(*++v);o(f),f^s;f>s?f--:f++);}
Length: 73 Bytes


From: David Spear <david@stormbringer.ibs.uscs.com>
Date: Sat, 18 Feb 1995 15:15:38 -0800
main(s,v,e)char**v;{e=atoi(v[2]);s=atoi(v[1]);while(o(s),s-e)s>e?s--:s++;}
Length: 75 Bytes


From: MR MICHAEL R HARTWIG <UFWH77A@prodigy.com>
Date: Sat, 18 Feb 1995 18:40:38 EST
main(c,v)int**v;{int
z,a=atoi(v[1]),b=atoi(v[2]);z=a;for(;b>=a;)o(a++);for(;b<=z;)o(z--);}
Length: 91 Bytes


From: Hermann Vogt <herm@pirx.han.de>
Date: Sun, 19 Feb 1995 00:55:42 +0100 (MET)
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);for(;o(a),a-b;a<b?a++:a--);}
Length: 79 Bytes


From: "James C. Hu" <jxh@pride.cs.wustl.edu>
Date: Sat, 18 Feb 1995 18:28:35 -0600 (CST)
main(c,v,d)int*v;{for(c=atoi(v[1]);o(c),d=atoi(v[2])-c;d<0?--c:++c);}
Length: 70 Bytes


From: Olaf Kaluza <olaf@criseis.ruhr.de>
Date: Sun, 19 Feb 1995 02:27:31 +0100 (MET)
main(int i,char*c[]){int j=atoi(c[1]);i=atoi(c[2]);for(j>i?i--:j--;j!=i;j<i?o(++j):o(j--));}
Length: 93 Bytes


From: Daniel Kabs <kabs@physik.uni-kl.de>
Date: Sun, 19 Feb 1995 02:43:19 +0100 (MET)
main(int a,char **b){
int i=atoi(b[1]),j=atoi(b[2]);
for(;i-j;i+=1-2*i>j) printf("%d\n",i);printf("%d\n",i);
}
Length: 115 Bytes


From: Daniel Kabs <kabs@physik.uni-kl.de>
Date: Sun, 19 Feb 1995 02:54:17 +0100 (MET)
main(int a,char **b){
int i=atoi(b[1]),j=atoi(b[2]);
for(;i-j;i+=1-2*(i>j))o(i);o(i);
}
Length: 88 Bytes


From: "James C. Hu" <jxh@pride.cs.wustl.edu>
Date: Sat, 18 Feb 1995 23:19:50 -0600 (CST)
main(c,v,d)int*v;{for(c=atoi(v[1]);o(c),d=atoi(v[2])-c;c+=d>>31|1);}
Length: 69 Bytes


From: Michael Lehmann <Michael_Lehmann@ms2.maus.de>
Date: Sun, 19 Feb 95 06:30:00 GMT
#include<stdlib.h>
#include<stdio.h>
int main(int a,char **z){int
x=atoi(z[1]),y=atoi(z[2]);while(x!=y)printf("\n%d",x>y?x--:x++);printf("\n%d",x
);return 0;}
Length: 159 Bytes


From: Christoph Thommes <cthommes@eikon.e-technik.tu-muenchen.de>
Date: Sun, 19 Feb 1995 11:08:23 +0100
main(i,b,j)int*b;{for(i=atoi(b[1]);o(i),j=atoi(b[2])-i;j>0?i++:i--);}
Length: 70 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Sun, 19 Feb 1995 11:17:31 +0100 (MET)
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);if(a>b)while(a>=b)o(a--);else while(a<=b)o(a++);}
Length: 100 Bytes


From: Tom Rush <tom@tarush.chattanooga.net>
Date: Sun, 19 Feb 1995 11:06:06 +0000 (EST)
main(x,v)int**v;{int y=atoi(v[2]);for(x=atoi(v[1]);o(x),x!=y;x>y?x--:x++);}
Length: 76 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Sun, 19 Feb 1995 14:57:41 +0100 (MET)
main(int c,int**v){int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i-j;o(i+=i<j?1:-1));}
Length: 80 Bytes


From: Hermann Vogt <herm@pirx.han.de>
Date: Sun, 19 Feb 1995 17:17:24 +0100 (MET)
#define b atoi(v[1])
main(int a,char**v){for(a=b,v++;o(a),a-b;a<b?a++:a--);}
Length: 77 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Sun, 19 Feb 1995 20:35:10 +0100 (MET)
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);for(o(a);a!=b;o(a))a>b?a--:a++;}
Length: 83 Bytes


From: Gunnar Z'o'tl <gunnar@fasel.robin.de>
Date: Sun, 19 Feb 1995 21:30:50 +0100
main(i,j,k)int*j;{for(i=atoi(*++j);o(i),k=atoi(j[1])-i;i+=k>0?1:-1);}
Length: 70 Bytes


From: Michael Shields <shields@tembel.org>
Date: Sun, 19 Feb 1995 19:44:58 -0500 (EST)
d;main(c,v)char**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);)d>0?c--:c++;}
Length: 72 Bytes


From: Daniel Kabs <kabs@physik.uni-kl.de>
Date: Mon, 20 Feb 1995 02:59:35 +0100 (MET)
main(int a,int**b){int i=atoi(b[2]);for(o(a=atoi(b[1]));a-i;o(a>i?--a:++a));}
Length: 78 Bytes


From: Andreas Mandel <Andreas_Mandel@og.maus.de>
Date: Thu, 16 Feb 95 08:22:00 GMT
main(int b,int**d){int a=atoi(d[1]);for(;o(a),b=atoi(d[2])-a;a+=0>b?-1:1);}
Length: 76 Bytes


From: Anthony Pang <apang@actlab.rtf.utexas.edu>
Date: Sun, 19 Feb 1995 17:23:32 +0600
main(x,y)char**y;{int z=atoi(*++y);
if((x=atoi(*++y))<z){x=z;z=atoi(*y);}for(;z<=x;)printf("%d\n",z++);}
Length: 105 Bytes


From: Woody Thrower <woody@eyring.com>
Date: Sun, 19 Feb 95 23:37:34 MST
a;main(b,c)int*c;{for(a=atoi(c[1]);o(a),b=atoi(c[2])-a;b<0?--a:++a);}
Length: 70 Bytes


From: rene@math.fu-berlin.de
Date: Sat, 18 Feb 95 17:16:53 +0100
int a,b,c=1;q(){o(a);if(a==b)return;a+=c;q();}main(int r,char **v){a=atoi(v[1]);b=atoi(v[2]);if(a>b)c=-1;q();}
Length: 111 Bytes


From: "Rob J.Harley"@unix-ag.uni-kl.de
Date: Sun, 19 Feb 95 00:15:51 +0100
main(c,v,d)char**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);d>0?c--:c++);}
Length: 72 Bytes


From: Rob J. Harley <robert@vlsi.cs.caltech.edu>
Date: Sun, 19 Feb 95 00:16:44 +0100
main(c,v,d)int**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);d>0?c--:c++);}
Length: 71 Bytes


From: Michael Brunnbauer <brunni@pumuckl.cube.net>
Date: Sun, 19 Feb 1995 04:00:15 +0100 (MET)
main(a,v)int*v;{int b=atoi(v[2]);for(a=atoi(v[1]);o(a),a-b;a>b?a--:a++);}
Length: 74 Bytes


From: schmid@informatik.uni-kl.de
Date: Sun, 19 Feb 95 19:43:50 +0100
main(z,v,i)char**v;{for(i=atoi(v[1]);o(i),z=atoi(v[2])-i;i+=z/abs(z));}
Length: 72 Bytes


From: kjloh@sentosa.sas.ntu.ac.sg
Date: Mon, 20 Feb 95 08:15:57 +0100
main(int argc,char **argv)
{
int a=atoi(argv[1]),b=atoi(argv[2]);
while(a!=b)o(a<b?a++:a--);
o(a);
}
Length: 101 Bytes


From: Martin Fritz <martin@astaire.chemietechnik.uni-dortmund.de>
Date: Mon, 20 Feb 1995 08:52:51 +0100
main(int e,char**c){int a=atoi(*++c),b=atoi(*++c);do o(a);while((a>b?a--:a<b?a++:a)-b);}
Length: 89 Bytes


From: Clemens Huwig <cx@cs.uni-sb.de>
Date: Mon, 20 Feb 95 10:02:45 +0100
main(int i,char**c){int m=atoi(c[1]),n=abs(i=atoi(c[2])-m);for(i/=n++;n--;m+=i)o(m);}
Length: 86 Bytes


From: Jos Horsmeier <jos@and.nl>
Date: Mon, 20 Feb 95 10:03:43 +0100
main(c,v)char**v;{int i=atoi(v[2]);for(o(c=atoi(v[1]));i-c;o(c>i?--c:++c));}
Length: 77 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Mon, 20 Feb 1995 08:07:15 -0100 (GMT-1:00)
#include <stdio.h>
main(int c,char **v){int i,j;sscanf(v[1],"%d",&i);sscanf(v[2],"%d",&j);for(j+=1;i!=j;i+=i<j?1:-1)printf("%d\n",i);}
Length: 135 Bytes


From: "Lars C. Hassing" <lch@cci.dk>
Date: Mon, 20 Feb 1995 09:26:53 --100
main(a,y,d)int*y;{for(o(a=atoi(y[1]));d=atoi(y[2])-a;)o(a+=(d|1)%2);}
Length: 70 Bytes


From: wollsch@informatik.uni-kl.de
Date: Mon, 20 Feb 95 11:17:48 +0100
main(int c,int*v){for(c=atoi(*++v),*v=atoi(*++v);o(c),c-*v;c<*v?c++:c--);}
Length: 75 Bytes


From: Thomas Buchholz <Thomas.Buchholz@math.uni-giessen.de>
Date: Mon, 20 Feb 1995 11:46:02 +0100
main(i,_,j)int**_;{for(i=atoi(1[_]),j=atoi(2[_]);o(i),i-j;i<j?i++:i--);}
Length: 73 Bytes


From: Daniel Kabs <kabs@physik.uni-kl.de>
Date: Mon, 20 Feb 1995 12:39:08 +0100 (MET)
main(int a,int*b){for(o(a=atoi(b[1]));*b=atoi(b[2])-a;o(*b<0?--a:++a));}
Length: 73 Bytes


From: George Datuashili <gia@ultersys.msk.su>
Date: Mon, 20 Feb 95 16:11:53 +0400 (MSK)
main(c,v,a)int*v;{for(a=atoi(v[1]);o(a),a!=(c=atoi(v[2]));a+=a<c?1:-1);}
Length: 73 Bytes


From: Joachim Sprave <joe@gonzo.informatik.uni-dortmund.de>
Date: Mon, 20 Feb 1995 13:28:42 +0100
main(i,v,j)int*v;{i=atoi(*++v);for(j=atoi(*++v);o(i),i-j;i<j?i++:i--);}
Length: 72 Bytes


From: wollsch@informatik.uni-kl.de
Date: Mon, 20 Feb 95 13:55:41 +0100
main(c,v,d)int*v;{for(c=atoi(v[1]),d=atoi(v[2]);o(c),c-d;c<d?c++:c--);}
Length: 72 Bytes


From: daeron@geom.umn.edu
Date: Mon, 20 Feb 1995 07:05:07 -0600
main(a,v,b)int**v;{a=atoi(v[1]);b=atoi(v[2]);for(;o(a),a-b;a+=1-(a>b)*2);}
Length: 75 Bytes


From: Frank Sven Nestel <nestel@am.uni-erlangen.de>
Date: Mon, 20 Feb 95 14:11:49 MET
main(int c,char**v){int w=atoi(v[2]);for(c=atoi(v[1]);o(c),w-c++;c-=2*(c>w));}
Length: 79 Bytes


From: "Beno\\nt BOUDRY" <bbd@pomclu>
Date: Mon, 20 Feb 1995 14:17:19 MET
main(x,y)int**y;{int a=atoi(y[1]),b=atoi(y[2]),c=a;for(;(c<b)?a<=b:a>=b;)o("%d\n",(c<b)?a++:a--);}
Length: 99 Bytes


From: daeron@geom.umn.edu
Date: Mon, 20 Feb 1995 07:29:33 -0600
main(a,v,b)int**v;{a=atoi(v[1]);b=atoi(v[2]);for(;o(a),a-b;a+=a>b?-1:1);}
Length: 74 Bytes


From: rentmei@uni-muenster.de
Date: Mon, 20 Feb 1995 14:32:03 +0100 (MEZ)
#define _ atoi(j[1])
main(k,j)char**j;{k=_;for(j++;o(k),k-_;k<_?k++:k--);}
Length: 75 Bytes


From: Rainer Schaack <schaack@rs61t4.mus.de>
Date: Mon, 20 Feb 1995 13:58:24 +22320617 (MEZ)
main(a,v,b)char**v;{for(a=atoi(v[1]),b=atoi(v[2]);a-b;o(a<b?a++:a--));o(b);}
Length: 77 Bytes


From: "Klaus Singvogel (Inf4 - hiwi)" <kssingvo@immd4.informatik.uni-erlangen.de>
Date: Mon, 20 Feb 1995 15:25:11 +0100 (MET)
main(d,O,_)int*O;{for(_=atoi(O[1]);o(_),d=_-atoi(O[2]);_-=d>>95|1);}
Length: 69 Bytes


From: "Ralf W. Stephan" <ralf@ark.franken.de>
Date: Mon, 20 Feb 95 16:04 MET
main(int i,char**v){int a=atoi(*v++),b=atoi(*v),d=a<b?1:-1;for(;a-b;a+=d)o(a);o(a);}
Length: 85 Bytes


From: neblung@informatik.uni-kl.de
Date: Mon, 20 Feb 95 15:19:04 MEZ
main(c,v,d)int*v;{for(c=atoi(v[1]);d;o(d>0?c++:c--))d=atoi(v[2])-c;}
Length: 69 Bytes


From: Markus Freericks <mfx@cs.tu-berlin.de>
Date: Mon, 20 Feb 1995 17:08:08 +0100
main(b,v,a)char**v;{b=atoi(v[2]);o(b+((a=atoi(v[1]))^b&&sprintf(*v,"%s %d %d",*v,a,b+(b>a?-1:1))&&system(*v),0));}
Length: 115 Bytes


From: Bernd Stoltefuss <stoltefu@prodv-gmbh.de>
Date: Mon, 20 Feb 95 17:09:55 +0100
main(int i,char**j){for(o(i=atoi(j[1])),j=atoi(j[2]);i!=j;o(i+=1-(j<i)*2));}
Length: 77 Bytes


From: David Denholm <denholm@conmat.phys.soton.ac.uk>
Date: Mon, 20 Feb 1995 16:32:05 GMT
a;main(b,j)int**j;{for(a=atoi(j[1]);o(a),b=atoi(j[2])-a;a+=b>0?:-1);}
Length: 70 Bytes


From: "Jacob L. Mandelson" <jacobm@tsfsrv.mitre.org>
Date: Mon, 20 Feb 1995 12:11:56 -0500 (EST)
main(l,_,O)int*_;{for(l=atoi(*++_),O=atoi(*++_);o(l),O-l;l-=O<l?1:-1);}
Length: 72 Bytes


From: Bertram Barth <bertram@gummo.bbb.sub.org>
Date: Mon, 20 Feb 1995 19:22:00 +0100
main(c,v,e)int*v;{for(o(c=atoi(*++v)),e=atoi(*++v);c-e;)o(c<e?++c:--c);}
Length: 73 Bytes


From: Harald Koenig <koenig@nova.tat.physik.uni-tuebingen.de>
Date: Mon, 20 Feb 95 18:41:50 MEZ
main(v,a,b)int*a;{for(v=atoi(a[1]),b=atoi(a[2]);o(v),v-b;v+=b>v?1:-1);}
Length: 72 Bytes


From: kpv@research.att.com
Date: Mon, 20 Feb 95 14:00:08 EST
main(i,v,j)int*v;{for(i=atoi(v[1]),j=atoi(v[2]);o(i),i-j;i+=i<j?1:-1);}
Length: 72 Bytes


From: rentmei@uni-muenster.de
Date: Mon, 20 Feb 1995 20:15:40 +0100 (MEZ)
#define _ atoi(j[1])
main(k,j)char**j;{k=_;for(j++;o(k),k-_;k<_?k++:k--);}
Length: 75 Bytes


From: Pseudo <cm3bcsrj@bs47c.staffs.ac.uk>
Date: Mon, 20 Feb 1995 21:26:19 +0000 (GMT)
main(c,v)int**v;{int a=atoi(v[1]),b=atoi(v[2]);for(c=(a<b)?1:-1,a-=c;a!=b;printf("%d\n",a+=c));}
Length: 97 Bytes


From: Wolfram Roesler <wr@bara.oche.de>
Date: Mon, 20 Feb 1995 22:56:54 +0100
main(c,v)int*v;{int a=atoi(v[1]),b=atoi(v[2]);while(a-b)o(a<b?a++:a--);o(b);}
Length: 78 Bytes


From: Stefan Bock <sbock@informatik.uni-kl.de>
Date: Mon, 20 Feb 95 23:23:16 MET
main(c,a){int*v=a;a=atoi(v[1]);for(c=atoi(v[2]);o(a),a-c;a<c?a++:a--);}
Length: 72 Bytes


From: Johan Olofsson <johano@algonet.se>
Date: Mon, 20 Feb 1995 23:45:26 +0100 (MET)
main(a,b,c)char**b;{for(a=atoi(b[1]),c=atoi(b[2]);o(a),a-c;(a<c)?a++:a--);}
Length: 76 Bytes


From: Steffen Kaiser <Steffen.Kaiser@informatik.tu-chemnitz.de>
Date: Tue, 14 Feb 95 17:04:20 CST
b;main(int a,char**v){o(b=atoi(v[1]));a=atoi(v[2]);while(b!=a)o(b>a?--b:++b);}
Length: 79 Bytes


From: fp@informatik.uni-frankfurt.de
Date: Wed, 15 Feb 95 12:27:20 +0100
main(a,c,b)char**c;{a=atoi(*++c);b=atoi(*++c);while(a-b)o(a>b?a--:a++);o(b);}
Length: 78 Bytes





From: Bertram Barth <bertram@gummo.bbb.sub.org>
Date: Fri, 17 Feb 1995 18:32:00 +0100
main(c,v,e)int*v;{for(c=atoi(*++v),e=atoi(*++v);c-e;)o(c<e?c++:c--);o(c);}
Length: 75 Bytes


From: Gerd Knorr <kraxel@cs.tu-berlin.de>
Date: Sun, 19 Feb 1995 11:37:24 +0100 (MET)
main(int c,char**v){int i=atoi(v[2]);for(o(c=atoi(v[1]));c-i;o(c<i?++c:--c));}
Length: 79 Bytes


From: i_wald@informatik.uni-kl.de
Date: Mon, 20 Feb 95 12:51:24 +0100
main(int a,char**v){int b=atoi(v[2]);for(o(a=atoi(v[1]));a-b;o(a+=b>a?1:-1));}
Length: 79 Bytes


From: jmaurer@cck.uni-kl.de
Date: Mon, 20 Feb 95 19:56:56 +0100
main(int f,char**v){int t=atoi(v[2]);for(f=atoi(v[1]);o(f),t!=(t>f?f++:f--););}
Length: 80 Bytes


From: kssingvo@immd4.informatik.uni-erlangen.de
Date: Tue, 14 Feb 95 20:50:40 +0100
main(a,b,c)char**b;{for(a=atoi(*++b)-(c=atoi(*++b));o(c+a),a;a>0?a--:a++);}
Length: 76 Bytes


From: kssingvo@faui43.informatik.uni-erlangen.de
Date: Wed, 15 Feb 95 18:20:06 +0100
main(_,O)int*O;{for(_=atoi(1[O])-(*O=atoi(2[O]));o(*O+_),_;_-=_>>95|1);}
Length: 73 Bytes


From: Jonathan Birge <birge@engin.swarthmore.edu>
Date: Fri, 17 Feb 1995 01:34:13 -0500
main(b,y,d)int*y;{for(b=atoi(y[2]),d=b-atoi(y[1]);o(b-d),d>0?d--:d++;);}
Length: 73 Bytes


From: Norbert Szepanowski <nosz@kali.rhein-ruhr.de>
Date: Sun, 19 Feb 95 20:52:00 -0100
#include <stdlib.h>
void main (int x,char** y)
{
int a=atoi(y[1]),b=atoi(y[2]);
while(a!=b) o(a<b?a++:a--);
o(a);
}
Length: 116 Bytes


From: Siegfried Weiss <Siegfried_Weiss@gp.maus.de>
Date: Mon, 20 Feb 95 14:45:00 GMT
#define q atoi(p[1])
main(int a,char**p){for(o(a=q),p++;a-q;)o(a+=(a<q)?1:-1);}
Length: 80 Bytes


From: Michael Brunnbauer <brunni@pumuckl.cube.net>
Date: Mon, 20 Feb 95 20:15 MET
main(a,v,b)int*v;{for(b=atoi(v[2]),a=atoi(v[1]);o(a),a-b;a>b?a--:a++);}
Length: 72 Bytes


From: Michael Riepe <michael@tribble.ifw.uni-hannover.de>
Date: Mon, 20 Feb 1995 22:06:52 +0100
main(a,b,c)int*b;{for(o(a=atoi(b[1])),c=atoi(b[2]);a-c;o(a>c?--a:++a));}
Length: 73 Bytes


From: Norbert Szepanowski <nosz@kali.rhein-ruhr.de>
Date: Mon, 20 Feb 95 22:00:00 -0100
main(int x,char** y)
{
int a=atoi(y[1]),b=atoi(y[2]);
while(a!=b) o(a<b?a++:a--);
o(a);
}
Length: 90 Bytes


From: Roland Rosenfeld <roland@spinnaker.rhein.de>
Date: Tue, 21 Feb 1995 01:36:48 +0100 (MET)
main(a,b,d)int*b;{for(a=atoi(b[1]),d=atoi(b[2]);o(a),a-d;a<d?a++:a--);}
Length: 72 Bytes


From: Andreas Staerkert <INVI@bonfire.ruhr.de>
Date: 21 Feb 1995 03:07:26 +0100
main(int c,int**v){int a=atoi(v[1]),b=atoi(v[2]);for(o(a);a-b;o(a+=a>b?-1:1));}
Length: 80 Bytes


From: Michael Shields <shields@tembel.org>
Date: Mon, 20 Feb 1995 21:15:55 -0500 (EST)
d;main(c,v)int**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);)d>0?c--:c++;}
Length: 71 Bytes


From: Li Tan <li@hpato.aus.hp.com>
Date: Tue, 21 Feb 1995 16:02:45 +1100
main(int c,int**v){int b=atoi(v[1]),e=atoi(v[2]);for(;o(b),b^e;b>e?b--:b++);}
Length: 78 Bytes


From: Markus Omers <Markus_Omers@du.maus.de>
Date: Tue, 21 Feb 95 06:23:00 GMT
main(int n,char**a){int
v=atoi(a[1]),b=atoi(a[2]),h=v>b;if(h)n=b,b=v,v=n;while(v<=b)o(h?b--:v++);return
0;}
Length: 108 Bytes


From: "Holger.Riecke" <Holger.Riecke@e-technik.tu-ilmenau.de>
Date: Tue, 21 Feb 1995 07:38:31 +0100 (MET)

#include<stdio.h>
main(int a,char **b){int i,j;i=atoi(b[1]);j=atoi(b[2]);if(i>j)while(i>=j)printf("%d\n",i--);else while(i<=j)printf("%d\n",i++);}
Length: 148 Bytes


From: Sven Paas <sven@lfbs.rwth-aachen.de>
Date: Tue, 21 Feb 1995 08:18:59 +0100 (MET)
main(int a,int**z){int b=atoi(z[2]);for(o(a=atoi(z[1]));a-b;o(a<b?++a:--a));}
Length: 78 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Tue, 21 Feb 1995 06:31:07 -0100 (GMT-1:00)
main(int c,char **v){int i,j;sscanf(v[1],"%d",&i);sscanf(v[2],"%d",&j);for(j+=1;i!=j;i+=i<j?1:-1)printf("%d\n",i);}
Length: 116 Bytes


From: George Datuashili <gia@ultersys.msk.su>
Date: Tue, 21 Feb 95 11:46:06 +0400 (MSK)
main(c,v,a)int*v;{for(a=atoi(v[1]);o(a),a-(c=atoi(v[2]));a+=a<c?1:-1);}
Length: 72 Bytes


From: David Denholm <denholm@conmat.phys.soton.ac.uk>
Date: Tue, 21 Feb 1995 07:53:45 GMT
a;main(b,j)int**j;{for(a=atoi(j[1]);o(a),b=atoi(j[2])-a;a+=b>0?1:-1);}
Length: 71 Bytes


From: GEILLER - JAKOB <b2422@hp720u.iut-orsay.fr>
Date: Tue, 21 Feb 1995 09:39:01 +0100
#include<stdio.h>
#include<stdlib.h>
#define p(y) for(a=i;a y=j;a+=s)printf("%d\n",a);
main(int,char *t[]){int i,j,a,s=1;i=atoi(t[1]);j=atoi(t[2]);if(i>j)s-=2;if(s<0)p(>)else p(<)}
Length: 181 Bytes


From: "Lars C. Hassing" <lch@cci.dk>
Date: Tue, 21 Feb 1995 08:41:14 --100
main(a,y,d)int*y;{for(a=atoi(y[1]);o(a),d=atoi(y[2])-a;)a+=(d|1)%2;}
Length: 69 Bytes


From: nagel@informatik.uni-kl.de
Date: Tue, 21 Feb 95 10:31:13 MET
main(a,v,c)int*v;{for(a=atoi(v[1]),c=atoi(v[2]);c-o(a<c?a++:a--););}
Length: 69 Bytes


From: Stefan Bock <sbock@informatik.uni-kl.de>
Date: Tue, 21 Feb 95 11:35:21 MET
main(c,v){int*x=v;for(c=atoi(x[1]);o(c),v=atoi(x[2])-c;v>0?c++:c--);}
Length: 70 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Tue, 21 Feb 1995 09:36:11 -0100 (GMT-1:00)
main(c,v)int **v;{int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i!=j;o(i+=i<j?1:-1));}
Length: 80 Bytes


From: illenber@vsb.cs.uni-frankfurt.de
Date: Mon, 20 Feb 95 16:29:18 MET
main(int c,char**v){int a=atoi(v[2]);for(o(c=atoi(v[1]));a-c;o(a>c?++c:--c));}
Length: 79 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Tue, 21 Feb 1995 10:48:05 -0100 (GMT-1:00)
main(c,v)int *v;{int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i-j;)o(i+=i<j?1:-1);}
Length: 78 Bytes


From: wollsch@informatik.uni-kl.de
Date: Tue, 21 Feb 95 13:07:19 MET
main(c,v,d)int*v;{for(c=atoi(v[1]),d=atoi(v[2]);o(c),c-d;c<d?c++:c--);}
Length: 72 Bytes


From: uschaefe@informatik.uni-kl.de
Date: Tue, 21 Feb 95 13:07:50 +0100
main(f,a,b)int*a;{for(f=atoi(a[1]),b=atoi(a[2]);o(f),b-f;f<b?f++:f--);}
Length: 72 Bytes


From: wollsch@informatik.uni-kl.de
Date: Tue, 21 Feb 95 13:19:42 MET
main(c,v,d)int*v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);d>0?c--:c++);}
Length: 70 Bytes


From: Gerd Knorr <kraxel@cs.tu-berlin.de>
Date: Tue, 21 Feb 1995 13:20:55 +0100 (MET)
main(c,v,i)char**v;{for(o(c=atoi(v[1]));;o(c+=abs(i)/i))i=atoi(v[2])-c;}
Length: 73 Bytes


From: kssingvo@immd4.informatik.uni-erlangen.de
Date: Tue, 21 Feb 95 13:32:49 +0100
main(d,O,_)int*O;{for(_=atoi(O[1]);o(_),d=_-atoi(O[2]);_-=d>>95|1);}
Length: 69 Bytes


From: Sven Paas <sven@lfbs.rwth-aachen.de>
Date: Tue, 21 Feb 1995 13:39:14 +0100 (MET)
main(a,z,b)int**z;{b=atoi(z[2]);for(o(a=atoi(z[1]));a-b;o(a<b?++a:--a));}
Length: 74 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Tue, 21 Feb 1995 11:48:12 -0100 (GMT-1:00)
main(c,v)int*v;{int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i-j;o(i+=i<j?1:-1));}
Length: 77 Bytes


From: Thomas Buchholz <Thomas.Buchholz@math.uni-giessen.de>
Date: Tue, 21 Feb 1995 13:51:11 +0100
main(i,_,j)int*_;{for(i=atoi(1[_]),j=atoi(2[_]);o(i),i-j;i<j?i++:i--);}
Length: 72 Bytes


From: Jens Gebhard <gebharj@goedel.uni-muenster.de>
Date: Tue, 21 Feb 95 14:34:41 +0100
main(c,v,i)int*v;{c-i?main(v?atoi(v[1]):c+2*(o(c),c<i)-1,0,v?atoi(v[2]):i):o(c);}
Length: 82 Bytes


From: Siegmar Zaeske <zaeske@otti.informatik.uni-dortmund.de>
Date: Tue, 21 Feb 95 15:15:59 +0100
main(d,a)int*a;{for(o(d=atoi(a[1]));d-(*a=atoi(a[2]));o(d+=d<*a?1:-1));}
Length: 73 Bytes


From: Frank Thilo <gl600@appl1.hrz.uni-siegen.de>
Date: Tue, 21 Feb 1995 15:29:48 +0100
main(b,v,i)int*v;{for(i=atoi(v[1]);o(i),b=atoi(v[2])-i;i+=b>0?1:-1);}
Length: 70 Bytes


From: rentmei@uni-muenster.de
Date: Tue, 21 Feb 1995 15:38:58 +0100 (MEZ)
main(k,j,i)int*j;{k=atoi(j[1]);for(i=atoi(j[2]);o(k),k-i;k<i?k++:k--);}
Length: 72 Bytes


From: Thomas Buchholz <Thomas.Buchholz@math.uni-giessen.de>
Date: Tue, 21 Feb 1995 15:40:36 +0100
main(i,_,j)int*_;{for(i=atoi(1[_]),j=atoi(2[_]);o(i),i-j;i<j?i++:i--);}
Length: 72 Bytes


From: Michael Schaefer <m_schaef@informatik.uni-kl.de>
Date: Tue, 21 Feb 1995 15:49:05 +0100 (MET)
main(a,v,d)int**v;{for(a=atoi(v[1]);o(a),d=atoi(v[2])-a;d>0?a++:a--);}
Length: 71 Bytes


From: pueschel@ips.cs.tu-bs.de
Date: Tue, 21 Feb 1995 15:49:27 +0100 (MET)
main(a,b,c)int*b;{for(a=atoi(b[1]),c=atoi(b[2]);o(a),a-c;a+=c>a?1:-1);}
Length: 72 Bytes


From: Gerd Knorr <kraxel@cs.tu-berlin.de>
Date: Tue, 21 Feb 1995 16:14:20 +0100 (MET)
main(c,v,i)char**v;{for(c=atoi(v[1]);;c+=abs(i=atoi(v[2])-c)/i)o(c);}
Length: 70 Bytes


From: Malte Zoeckler <maltez@marie.physik.tu-berlin.de>
Date: Tue, 21 Feb 1995 16:37:59 +0100 (MET)
main(a,b,c)int*b;{for(a=atoi(b[1]);o(a),c=atoi(b[2])-a;a+=c>0?:-1);}
Length: 69 Bytes


From: Uwe Feuerstein <ufe@hw1434.wdf.sap-ag.de>
Date: Tue, 21 Feb 95 17:24:48 MET
main(a,v,b)int**v;{b=atoi(v[2]);for(o(a=atoi(v[1]));a-b;o(a+=a<b?:-1));}
Length: 73 Bytes


From: Joerg-Henrik Wist <wist@informatik.tu-muenchen.de>
Date: Tue, 21 Feb 1995 17:31:32 +0100 (MEZ)
main(int x,int*v){*v=atoi(v[2]);for(o(x=atoi(v[1]));x-*v;o(x+=x<*v?1:-1));}
Length: 76 Bytes


From: Kai Thoene <KTHOENE@obelix.materna.de>
Date: Tue, 21 Feb 1995 17:01:15 MET-1
main(int c,char**v){int a=atoi(v[1]);c=atoi(v[2]);for(;a-c;a>c?--a:++a)o(a);o(a);}
Length: 83 Bytes


From: pc@mail.soc.staffs.ac.uk
Date: Tue, 21 Feb 1995 17:37:43 +0000 (WET)
main(a,v,b)int*v;{b=atoi(v[2]);for(o(a=atoi(v[1]));a-b;o(a>b?--a:++a));}
Length: 73 Bytes


From: Jahn Rentmeister <WIJARE@wi.uni-muenster.de>
Date: Tue, 21 Feb 1995 19:08:09 +0100
main(k,j,i)int*j;{k=atoi(*++j);for(i=atoi(*++j);o(k),k-i;k<i?k++:k--);}
Length: 72 Bytes


From: Patrick Seemann <tele@tubul.limmat.net.ch>
Date: Tue, 21 Feb 1995 19:26:13 +0100 (MET)
main(i,v,j)int*v;{for(i=atoi(v[1]);o(i),j=atoi(v[2])-i;j>0?i++:i--);}
Length: 70 Bytes


From: Greg Wooledge <rexago8!bh43@uunet.uu.net>
Date: Tue, 21 Feb 95 18:26:21 GMT
i,j,k;main(c,v)char**v;{for(k=i=atoi(*++v),j=atoi(*++v);i<=j;)o(i++);for(i=k;i>=j;)o(i--);}
Length: 92 Bytes


From: Stefan Bock <sbock@informatik.uni-kl.de>
Date: Tue, 21 Feb 95 20:21:36 MET
main(c,v,x)int*v;{for(c=atoi(v[1]);o(c),x=atoi(v[2])-c;c+=(x|1)%2);}
Length: 69 Bytes


From: Achim Gratz <gratz@ite101.inf.tu-dresden.de>
Date: Tue, 21 Feb 95 20:38:37 +0100
main(i,v,c)int*v;{for(i=atoi(v[1]),c=atoi(v[2]);o(i),i-c;i>c?i--:i++);}
Length: 72 Bytes


From: Steffen Kaiser <Steffen.Kaiser@informatik.tu-chemnitz.de>
Date: Tue, 21 Feb 95 14:32:30 CST
b;main(a,v)int**v;{for(o(b=atoi(v[1])),a=atoi(v[2]);b-a;o(b>a?--b:++b));}
Length: 74 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Tue, 21 Feb 1995 21:37:23 +0100 (MET)
main(int i,int*j){for(o(i=atoi(j[1])),j=atoi(j[2]);i!=j;o(i+=i<j?1:-1));}
Length: 74 Bytes


From: Markus Siegert <siegertm@nemeter.dinoco.de>
Date: Tue, 21 Feb 1995 20:45:54 +0000 (GMT)
main(n,c,d)int*c;{for(n=atoi(c[1]);o(n),d=n-atoi(c[2]);n+=d>0?-1:1);}
Length: 70 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Tue, 21 Feb 1995 21:57:19 +0100 (MET)
main(i,j)int*j;{for(o(i=atoi(j[1])),j=atoi(j[2]);i!=j;o(i+=i<j?1:-1));}
Length: 72 Bytes


From: Michael Ketzlick <Michael_Ketzlick@h2.maus.de>
Date: Mon, 20 Feb 95 19:01:00 GMT
#include<stdio.h>
#include<stdlib.h>
main(char**s){int
a,b;a=atoi(*++s);b=atoi(*++s);a>b?b--:b++;do{printf("%d\n",a);a>b?a--:a++;
}while(a!=b);}
Length: 145 Bytes


From: Morus Walter t2018 <Morus.Walter@physik.uni-regensburg.de>
Date: Wed, 22 Feb 95 00:24:38 +0100
main(c,a)int**a;{int d=atoi(a[2]);for(o(c=atoi(a[1]));c-d;o(c<d?++c:--c));}
Length: 76 Bytes


From: Clemens Huwig <cx@cs.uni-sb.de>
Date: Wed, 22 Feb 95 01:00:07 +0100
main(int i,char**c){int b=atoi(c[2]),t=abs(i=atoi(c[1])-b);for(i/=t?t:1;t+1;o(b+i*t--));}
Length: 90 Bytes


From: Bertram Barth <bertram@gummo.bbb.sub.org>
Date: Tue, 21 Feb 1995 21:18:00 +0100
main(c,v,e)int*v;{o(c=atoi(*++v));for(e=atoi(*++v);c-e;)o(c<e?++c:--c);}
Length: 73 Bytes


From: Mikhail Ranish <ranish@intercom.com>
Date: Wed, 22 Feb 1995 03:22:10 +0000
#include <stdlib.h>
void main(int i,char**p)
{for(o(i=atoi(*++p++));i-atoi(*p);o(i<atoi(*p)?++i:--i));}
Length: 104 Bytes


From: Heather <heathbar@natasha.tele.iastate.edu>
Date: Tue, 21 Feb 1995 21:55:26 CST
main(a,v)int*v;{for(a=atoi(*++v);o(a),*v=atoi(v[1])-a;a+=*v>>31|1);}
Length: 69 Bytes


From: Patrick Seemann <tele@tubul.limmat.net.ch>
Date: Wed, 22 Feb 1995 07:01:12 +0100 (MET)
main(i,v,j)int*v;{for(i=atoi(v[1]);o(i),j=atoi(v[2])-i;i+=(j|1)%2);}
Length: 69 Bytes


From: Uwe Feuerstein <ufe@hw1434.wdf.sap-ag.de>
Date: Wed, 22 Feb 95 8:26:18 MET
main(a,v,b)int*v;{for(o(a=atoi(v[1])),b=atoi(v[2]);a-b;o(a+=a<b?:-1));}
Length: 72 Bytes


From: bh43@summitis.com
Date: Wed, 22 Feb 1995 07:33:55 +22354156 (EST)
j;main(i,v)int*v;{for(o(i=atoi(*++v)),j=atoi(*++v);i!=j;o(i<j?++i:--i));}
Length: 74 Bytes


From: nagel@informatik.uni-kl.de
Date: Wed, 22 Feb 95 8:44:46 MET
main(c,d){int*v=d;for(c=atoi(v[1]);o(c),d=atoi(v[2])-c;c+=d>>31|1);}
Length: 69 Bytes


From: Mirko Dziadzka <dziadzka@ai-lab.fh-furtwangen.de>
Date: Wed, 22 Feb 1995 08:49:30 +0100 (MET)
main(i,v,j)int**v;{for(i=atoi(v[1]),j=atoi(v[2]);o(i),i-j;i>j?--i:++i);}
Length: 73 Bytes


From: Mirko Dziadzka <dziadzka@ai-lab.fh-furtwangen.de>
Date: Wed, 22 Feb 1995 09:05:36 +0100 (MET)
main(i,v,j)int*v;{for(i=atoi(v[1]),j=atoi(v[2]);o(i),i-j;i>j?--i:++i);}
Length: 72 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Wed, 22 Feb 1995 07:19:01 -0100 (GMT-1:00)
main(c,v)int*v;{int i=atoi(v[1]),j=atoi(v[2]);for(o(i);i-j;o(i+=i<j?1:-1));}
Length: 77 Bytes


From: Jochen Joscho Schoof <schoof@informatik.uni-wuerzburg.de>
Date: Wed, 22 Feb 1995 09:47:16 +0100 (MET)
main(c,v,k)int*v;{for(c=atoi(v[1]),k=atoi(v[2]);o(c),c-k;c<k?c++:c--);}
Length: 72 Bytes


From: BLACKY@ius.gun.de
Date: Wed, 22 Feb 1995 11:00:00 +0200
#include <stdlib.h>
void o(int x);void main(int r,char**v){int a=atoi(v[1]),b=atoi(v[2]);while(r){r=a-b;o(a<b?a++:a--);}}
Length: 122 Bytes


From: Stefan Vogelsang <tweety@tyrann.atlas.de>
Date: Wed, 22 Feb 1995 08:20:40 -0100 (GMT-1:00)
main(c,v)int*v;{int i=atoi(v[2]);for(o(c=atoi(v[1]));c-i;)o(c+=c<i?1:-1);}
Length: 75 Bytes


From: Siegmar Zaeske <zaeske@otti.informatik.uni-dortmund.de>
Date: Wed, 22 Feb 95 10:26:38 +0100
main(d,a)int*a;{for(d=atoi(a[1]);*a=atoi(a[2])-o(d);d+=(1|*a)%2);}
Length: 67 Bytes


From: GEILLER - JAKOB <b2422@dpx20.iut-orsay.fr>
Date: Wed, 22 Feb 1995 10:37:29 +0100
#include<stdio.h>
#include<stdlib.h>
main(int n,char*t[]){int i,j,a,s=1;i=atoi(t[1]);j=atoi(t[2]);if(i>j)s-=2;for(a=i;a!=j;a+=s)printf("%d\n",a);printf("%d\n",j);}
Length: 164 Bytes


From: Malte Zoeckler <maltez@marie.physik.tu-berlin.de>
Date: Wed, 22 Feb 1995 10:55:23 +0100 (MET)
main(a,b,c)int*b;{for(a=atoi(b[1]);o(a),c=atoi(b[2])-a;a+=c>0?1:-1);}
Length: 70 Bytes


From: daeron@geom.umn.edu
Date: Wed, 22 Feb 95 4:14:19 CST
main(a,v,b)int*v;{for(a=atoi(*++v);o(a),b=atoi(v[1])-a;b>0?a++:a--);}
Length: 70 Bytes


From: Martin Kalle <kalle@herkules.prodv-gmbh.de>
Date: Wed, 22 Feb 1995 10:38:27 GMT
main(int i,char**v){for(o(i=atoi(v[1])),v=atoi(v[2]);i!=v;)o(i+=1-2*(i>(int)v));}
Length: 82 Bytes


From: Kai Thoene <KTHOENE@obelix.materna.de>
Date: Wed, 22 Feb 1995 10:39:36 MET-1
main(int c,char**v){int a=atoi(v[1]);c=atoi(v[2]);for(;o(a),a-c;a>c?--a:++a);}
Length: 79 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Wed, 22 Feb 1995 12:07:43 +0100 (MET)
main(int a,char**v){int b=atoi(v[2]);a=atoi(v[1]);while(o(a),a-b)a>b?a--:a++;}
Length: 79 Bytes


From: j_feicht@informatik.uni-kl.de
Date: Wed, 22 Feb 95 12:13:28 MET
main(i,v,k)int*v;{for(i=atoi(v[1]),k=atoi(v[2]);o(i<k?i++:i--)-k;);}
Length: 69 Bytes


From: Kai Thoene <KTHOENE@obelix.materna.de>
Date: Wed, 22 Feb 1995 11:30:11 MET-1
main(int c,char**v){int a=atoi(v[1]);for(c=atoi(v[2]);o(a),a-c;a>c?--a:++a);}
Length: 78 Bytes


From: Christian Bullerdick <CHRIBU@obelix.materna.de>
Date: Wed, 22 Feb 1995 11:48:22 MET-1
main(int a,char**v){int b=atoi(v[2]);for(a=atoi(v[1]);o(a),a-b;a>b?a--:a++);}
Length: 78 Bytes


From: Michael Mikulandra <michael@miku.ka.sub.org>
Date: Wed, 22 Feb 1995 12:51:57 +0100
main(a,b)char**b;{int c=atoi(b[2]);for(o(a=atoi(b[1]));a-c;o(a+=a<c?1:-1));}
Length: 77 Bytes


From: Wolfgang von Hansen <vhansen@ipf.bau-verm.uni-karlsruhe.de>
Date: Wed, 22 Feb 1995 13:30:17 +0100 (MET)
main(i,v,j)int*v;{for(o(i=atoi(v[1])),j=atoi(v[2]);i-j;o(i+=i<j?1:-1));}
Length: 73 Bytes


From: Mario Tupta <mario@xsoft.co.at>
Date: Wed, 22 Feb 1995 13:43:00 +0100 (MET)
main(x,y)int x;char *y[];{int a=atoi(y[1]),b=atoi(y[2]),c=1;if(a>b)c=-1;a-=c;while(a!=b){printf("%d\n",a+=c);}}
Length: 112 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Mon, 20 Feb 1995 17:22:02 +0100 (MET)
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);while(o(a),a!=b)a>b?a--:a++;}
Length: 80 Bytes


From: Hans-Christoph Wirth <hansi@dianoia.mayn.sub.de>
Date: Tue, 21 Feb 1995 02:36:04 +0100
main(a,b,c)int*b;{for(o(a=atoi(b[1])),c=atoi(b[2]);a-c;o(a<c?++a:--a));}
Length: 73 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Tue, 21 Feb 1995 08:37:48 +0100 (MET)
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]);while(o(a),a!=b)a>b?a--:a++;}
Length: 80 Bytes


From: Siegfried Weiss <Siegfried_Weiss@gp.maus.de>
Date: Tue, 21 Feb 95 17:22:00 GMT
#define q atoi(p[1])
main(a,p)int**p;{for(o(a=q),p++;a-q;)o(a<q?++a:--a);}
Length: 75 Bytes


From: kssingvo@immd4.informatik.uni-erlangen.de
Date: Tue, 21 Feb 95 18:35:35 +0100
main(c,v,d)int*v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);c-=d>>95|1);}
Length: 69 Bytes


From: Don Organ <dorgan@corp.megatest.com>
Date: Tue, 21 Feb 1995 09:59:37 -0800
b;main(a,v)int*v;{for(a=atoi(v[1]);o(a),b=a-atoi(v[2]);)a+=b>0?-1:1;}
Length: 70 Bytes


From: Willy Seibert <ws@osix.materna.de>
Date: Wed, 22 Feb 1995 14:40:57 +0100
main(a,b)int*b;{for(a=atoi(*++b);o(a),*b=atoi(b[1])-a;a+=(*b|1)%2);}
Length: 69 Bytes


From: gschmidt <gschmidt@rhrk.uni-kl.de>
Date: Wed, 22 Feb 1995 15:41:51 +0100 (MET)
main(x,v,d)int*v;{for(x=atoi(v[1]);o(x),d=atoi(v[2])-x;x+=d/abs(d));}
Length: 70 Bytes


From: "Klaus Singvogel (Inf4 - hiwi)" <kssingvo@immd4.informatik.uni-erlangen.de>
Date: Wed, 22 Feb 1995 15:46:41 +0100 (MET)
main(d,O,_)int*O;{for(_=atoi(O[1]);o(_),d=_-atoi(O[2]);_-=d>>-1|1);}
Length: 69 Bytes


From: Michael Schaefer <rschaefe@student.uni-kl.de>
Date: Wed, 22 Feb 1995 15:55:28 +0100 (CET)
main(a,v,d)int*v;{for(a=atoi(v[1]);o(a),d=atoi(v[2])-a;d>0?a++:a--);}
Length: 70 Bytes


From: Markus Simmer <simmer@iml.fhg.de>
Date: Wed, 22 Feb 95 16:10:50 +0100
main(a,v)int*v;{for(a=atoi(v[1]);o(a),*v=atoi(v[2])-a;a+=*v>>31|1);}
Length: 69 Bytes


From: Alexander Greiml <greiml@explorer.uni-trier.de>
Date: Wed, 22 Feb 95 16:16:01 +0100
main(a,v,b)int*v;{for(o(a=atoi(v[1]));b=atoi(v[2])-a;o(a+=(b|1)%2));}
Length: 70 Bytes


From: "Johannes K. Lehnert" <lehnert@explorer.uni-trier.de>
Date: Wed, 22 Feb 95 16:25:01 +0100
main(a,v,b)int*v;{for(o(a=atoi(v[1]));b=atoi(v[2])-a;o(a+=(b|1)%2));}
Length: 70 Bytes


From: Frank Sven Nestel <nestel@am.uni-erlangen.de>
Date: Wed, 22 Feb 95 16:39:56 MET
main(int c,char**v){int w=atoi(v[2]);for(c=atoi(v[1]);o(c),w-c;c+=1-2*(c>w));}
Length: 79 Bytes


From: Willy Seibert <ws@osix.materna.de>
Date: Wed, 22 Feb 1995 16:45:33 +0100
main(a,b)int*b;{for(a=atoi(*++b);o(a),*b=atoi(b[1])-a;a+=(*b|1)%2);}
Length: 69 Bytes


From: Roland Rosenfeld <roland@spinnaker.rhein.de>
Date: Wed, 22 Feb 1995 16:48:23 +0100 (MET)
main(a,b,d)int*b;{for(a=atoi(b[1]);o(a),d=atoi(b[2])-a;d>0?a++:a--);}
Length: 70 Bytes


From: Mario Tupta <mario@xsoft.co.at>
Date: Wed, 22 Feb 1995 16:58:07 +0100 (MET)
main(x,y)char**y;{int a=atoi(y[1]),b=atoi(y[2]);o(a);while(a-b)o(a+=a<b?1:-1);}
Length: 80 Bytes


From: Neil Gall <neilg@hpqtdya.sqf.hp.com>
Date: Wed, 22 Feb 95 15:58:15 GMT
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]),d=a<b?1:-1;for(;a-b-d;o(a),a+=d);exit(0);}
Length: 93 Bytes


From: Harald Koenig <koenig@nova.tat.physik.uni-tuebingen.de>
Date: Wed, 22 Feb 95 16:34:26 MEZ
main(v,a,b)int*a;{for(v=atoi(*++a);o(v),b=atoi(a[1])-v;v+=b>0?1:-1);}
Length: 70 Bytes


From: Oliver Bianzano <oli@ap-pc818c.physik.uni-karlsruhe.de>
Date: Wed, 22 Feb 1995 16:38:07 +0000
main(a,b)int*b;{for(a=atoi(b[1]);o(a),*b=atoi(b[2])-a;a+=*b>>31|1);}
Length: 69 Bytes


From: Neil Gall <neilg@hpqtdya.sqf.hp.com>
Date: Wed, 22 Feb 95 16:05:22 GMT
main(int c,char**v){int a=atoi(v[1]),b=atoi(v[2]),d=a<b?1:-1;for(;o(a),a-b;a+=d);exit(0);}
Length: 91 Bytes


From: Patrick Koppen <koppen@unix-ag.uni-kl.de>
Date: Wed, 22 Feb 1995 17:07:43 +0100 (MET)
main(c,v,a)int*v;{for(c=atoi(*++v);o(c),a=c-atoi(v[1]);c-=-(a<0)|1);}
Length: 70 Bytes


From: Uwe Feuerstein <ufe@hw1434.wdf.sap-ag.de>
Date: Wed, 22 Feb 95 17:34:36 MET
main(a,v,b)int*v;{for(a=atoi(v[1]);o(a),b=atoi(v[2])-a;a+=b>0?1:-1);}
Length: 70 Bytes


From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
Date: Wed, 22 Feb 95 17:48:41 +0100
main(n,a,e)int*a;{for(n=atoi(a[1]);o(n),e=atoi(a[2])-n;n+=e>>31|1);}
Length: 69 Bytes


From: omerzu@quantum.de
Date: Wed, 22 Feb 1995 17:56:08 +0100
main(i,b,j)int*b;{for(i=atoi(b[1]);o(i),j=i-atoi(b[2]);i-=j>>31|1);}
Length: 69 Bytes


From: Schweikhardt <jenssch@ibhinfo.hemminger-gdv.de>
Date: Wed, 22 Feb 95 17:11:28 MEZ
main(J,_)int*_;{for(J=atoi(*++_);o(J),*_=atoi(_[1])-J;J+=(*_|1)%2);}
Length: 69 Bytes


From: rentmei@uni-muenster.de
Date: Wed, 22 Feb 1995 18:17:11 +0100 (MEZ)
main(k,j)int*j;{for(k=atoi(j[1]);o(k),*j=atoi(j[2])-k;k+=(*j|1)%2);}
Length: 69 Bytes


From: Jahn Rentmeister <WIJARE@wi.uni-muenster.de>
Date: Wed, 22 Feb 1995 18:34:10 +0100
main(k,j,i)int*j;{for(k=atoi(j[1]);o(k),i=atoi(j[2])-k;k+=(i|1)%2);}
Length: 69 Bytes


From: "H.Koch" <zd_007@lif.de>
Date: Wed, 22 Feb 1995 18:39:26 +0100 (MET)
main(int a,char**v){int b=atoi(v[2]);a=atoi(v[1]);while(o(a),a-b)a>b?a--:a++;}
Length: 79 Bytes


From: Rob J. Harley <robert@vlsi.cs.caltech.edu>
Date: Wed, 22 Feb 95 17:28:39 +0100
main(c,v,d)int**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);c-=d>>31|1);}
Length: 70 Bytes


From: Rob J. Harley <robert@vlsi.cs.caltech.edu>
Date: Wed, 22 Feb 95 17:43:48 +0100
main(c,v,d)char**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);c-=d>>31|1);}
Length: 71 Bytes


From: Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
Date: Wed, 22 Feb 95 18:50:16 +0100
main(n,a,e)int*a;{for(n=atoi(a[1]);o(n),e=atoi(a[2])-n;n+=e>>31|1);}
Length: 69 Bytes


From: Mirko Dziadzka <dziadzka@ai-lab.fh-furtwangen.de>
Date: Wed, 22 Feb 1995 19:07:17 +0100 (MET)
main(i,v,j)int*v;{for(i=atoi(v[1]);o(i),j=atoi(v[2])-i;j<0?--i:++i);}
Length: 70 Bytes


From: Morus Walter t2018 <Morus.Walter@physik.uni-regensburg.de>
Date: Wed, 22 Feb 95 19:20:39 +0100
main(c,a,b)int**a;{for(o(c=atoi(a[1]));b=atoi(a[2])-c;o(b<0?--c:++c));}
Length: 72 Bytes


From: John Rochester <jr@cs.mun.ca>
Date: Wed, 22 Feb 1995 14:54:02 -0330
a;main(c,d)int*d;{for(a=atoi(d[1]);o(a),c=atoi(d[2])-a;a+=(c|1)%2);}
Length: 69 Bytes


From: Markus Siegert <siegertm@nemeter.dinoco.de>
Date: Wed, 22 Feb 1995 17:39:26 +0000 (GMT)
main(n,c,d)int*c;{for(n=atoi(c[1]);o(n),d=atoi(c[2])-n;n+=d>>31|1);}
Length: 69 Bytes


From: "robert@vlsi.cs.caltech.edu" <"Robert J.Harley"@unix-ag.uni-kl.de>
Date: Wed, 22 Feb 95 19:26:20 +0100
main(c,v,d)int**v;{for(c=atoi(v[1]);o(c),d=c-atoi(v[2]);c-=d>>31|1);}
Length: 70 Bytes


From: Thomas Buchholz <Thomas.Buchholz@math.uni-giessen.de>
Date: Wed, 22 Feb 1995 19:52:11 +0100
main(i,_,j)int*_;{for(i=atoi(1[_]),j=atoi(2[_]);o(i),i-j;i<j?i++:i--);}
Length: 72 Bytes


From: Torsten Spindler <spindler@unix-ag.uni-kl.de>
Date: Wed, 22 Feb 95 19:52:13 +0100
main(b,g)char**g;{int l=atoi(g[2]);for(o(b=atoi(g[1]));l-b;o(b+=b<l?1:-1));}
Length: 77 Bytes


From: Morus Walter t2018 <Morus.Walter@physik.uni-regensburg.de>
Date: Wed, 22 Feb 95 20:10:27 +0100
main(c,a,b)int*a;{for(o(c=atoi(a[1]));b=atoi(a[2])-c;o(b<0?--c:++c));}
Length: 71 Bytes


From: Siegmar Zaeske <zaeske@detlef.informatik.uni-dortmund.de>
Date: Wed, 22 Feb 95 21:38:08 +0100
main(d,a)int*a;{for(d=atoi(a[1]);o(d),*a=atoi(a[2])-d;d+=(*a|1)%2);}
Length: 69 Bytes


From: Gerd Knorr <kraxel@cs.tu-berlin.de>
Date: Wed, 22 Feb 1995 18:14:44 +0100 (MET)
main(c,v)int*v;{for(o(c=atoi(v[1]));*v=atoi(v[2])-c;o(c+=*v>0?1:-1));}
Length: 71 Bytes


From: Juergen Hermann <jh@ccave.ka.sub.org>
Date: Wed, 22 Feb 1995 21:54:37 +0100
main(int _,char**v){int t=atoi(v[2]);for(_=atoi(v[1]);o(_),_<t?++_<=t:--_>=t;);}
Length: 81 Bytes


From: Jesper Riemer <jriemer@inet.uni-c.dk>
Date: Wed, 22 Feb 1995 23:53:16 +0200 (METDST)
main(int argc,char *argv[]){int i=atoi(argv[1]),j=atoi(argv[2]);for(o(i);i!=j;i<j?o(++i):o(--i));}
Length: 99 Bytes


From: Jesper Riemer <jriemer@inet.uni-c.dk>
Date: Wed, 22 Feb 1995 23:58:16 +0200 (METDST)
main(int argc,char *argv[]){
int i=atoi(argv[1]),j=atoi(argv[2]);
for(o(i);i!=j;i<j?o(++i):o(--i));}
Length: 101 Bytes


From: Arnd Gerns <gerns@informatik.uni-hildesheim.de>
Date: Wed, 22 Feb 1995 23:57:15 +0100 (MET)
*p;main(i,x){for(i=atoi((p=x)[1]);o(i),x=atoi(p[2])-i;x>0?i++:i--);}
Length: 69 Bytes


From: Bernd Eckenfels <ecki@inka.de>
Date: Thu, 23 Feb 1995 00:01:03 +0100 (MET)
main(a,_,b)int*_;{for(b=atoi(_[2]),o(a=atoi(_[1]));a-b;o(a<b?++a:--a));}
Length: 73 Bytes


From: claus@ibm.net
Date: Wed, 22 Feb 95 23:21:05 <BR> main(c,v)int**v;{int j=atoi(v[2]);for(o(c=atoi(v[1]));c-j;o(c+=j>c?1:-1));}
Length: 76 Bytes


From: Sven Paas <sven@lfbs.rwth-aachen.de>
Date: Fri, 17 Feb 1995 16:11:29 +0100 (MET)
main(int a,int**z){int b=atoi(z[2]);for(o(a=atoi(z[1]));a-b;o(a<b?++a:--a));}
Length: 78 Bytes


From: Martin Metz <Martin_Metz@r.maus.de>
Date: Tue, 21 Feb 95 20:21:00 GMT
main(int n,char** p)
{ int a=atoi(p[1]),e=atoi(p[2]);
<BR> for(;a!=e;a+=a>e?-1:1)
o(a);
o(a);
}
Length: 102 Bytes


From: Michael Lehmann <Michael_Lehmann@ms2.maus.de>
Date: Wed, 22 Feb 95 05:34:00 GMT
#include<stdlib.h>
#include<stdio.h>
int main(int a,char **z){int
x=atoi(z[1]),y=atoi(z[2]);while(x-y)o(x>y?x--:x++);o(x);return 0;}
Length: 133 Bytes


From: Michael Lehmann <Michael_Lehmann@ms2.maus.de>
Date: Wed, 22 Feb 95 05:53:00 GMT
#include<stdlib.h>
int main(int a,char **z){int
x=atoi(z[1]),y=atoi(z[2]);while(x-y)o(x>y?x--:x++);o(x);return 0;}
Length: 115 Bytes


From: Bernd Meyer <umisef@sys00.ti6.tu-harburg.de>
Date: Thu, 23 Feb 1995 02:36:41 +0100 (GMT+0100)
main(a,b)int*b;{for(a=atoi(*++b),b=atoi(*++b);o(a),a>b?a--:a++!=b;);}
Length: 70 Bytes


From: illenber@vsb.cs.uni-frankfurt.de
Date: Wed, 22 Feb 95 16:10:21 MET
main(c,v,p)int**v;{for(c=atoi(*++v);o(c),p=atoi(v[1])-c;c+=p>>31|1);}
Length: 70 Bytes



Nils' Homepage
Peter's Homepage
UNIX-AG Homepage


Impressum