Page 1 of 1
Is GOTO allowed for the Online Judge?.
Posted: Sun Mar 21, 2004 1:58 am
by _.B._
Greetings!.
I wonder if I can use GOTO and LABEL for my programs.
That'll help.
Thanks in advance.
_.B._
Posted: Sun Mar 21, 2004 4:59 am
by anupam
just write a program.
if you face compile error then not allowed. otherwise you can use it.
--
Simple Solution.
--
Anupam
Oke.
Posted: Sun Mar 21, 2004 6:12 am
by _.B._
Thanks anupam!.
I'll try them then.
_.B._
Posted: Sun Mar 21, 2004 3:00 pm
by little joey
Shure you can.
You can't use GOSUB and calculated GOTO, tho
Wonder when the judges add BASIC and FORTRAN compilers. Probably when their card reader is fixed...
Posted: Mon Mar 22, 2004 10:14 am
by yahoo
I think goto is allowed. I had used them at the early stage of programming and probably got accepted.