Search found 2 matches

by Tiny
Fri Dec 14, 2012 12:38 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318193

Newbie can't get AC

Can anyone post a program for problem 100 then got AC.
I tried the sample program but than got TLE and RTE.
I like to know what I'm doing wrong in my submissions.

Thanks
by Tiny
Thu Dec 13, 2012 12:27 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 318193

Newbie can't get AC

Hello i am new to the UVA online Judge.
I copied the sample program that is a solution to problem 100.
But I get a compilation error ewvery time i submit that program.

This is the sample i try to get AC i found it on the site of UVA
What can be wrong?

program p100 ;
var
i, j: integer;
function ...

Go to advanced search