Search found 4 matches
- Mon Nov 06, 2006 4:14 am
- Forum: Volume 110 (11000-11099)
- Topic: 11064 - Number Theory
- Replies: 25
- Views: 21787
wow..
this people are very kind...! Im really appreciating the help
- Mon Nov 06, 2006 4:05 am
- Forum: Volume 100 (10000-10099)
- Topic: 10000 - Longest Paths
- Replies: 160
- Views: 56559
hi ! please show me how did you correct the program
Hi
Im very fresher in this kind of problem and im looking for how I could solve this problem
Please could you post what was wrong with your code?
Regards
Im very fresher in this kind of problem and im looking for how I could solve this problem
Please could you post what was wrong with your code?
Regards
- Sat Nov 04, 2006 6:12 pm
- Forum: Pascal
- Topic: Uses Crt to use Readkey function ----> compiler error
- Replies: 2
- Views: 6570
Problem is about input!
Var
Num,I,J : Real;
Length,Maior,contador : Word;
Begin
While Not Eof(Input) Do
Begin
Readln(I,J);
Write(I:1:0,' ',J:1:0,' ');
Maior := 0;
For Contador := Trunc(J) Downto Trunc(I) Do
Begin
Length :=1;
Num := Contador;
While Num <> 1 Do
If (trunc(Num) mod 2) = 0 Then
Begin
Num := Num ...
Num,I,J : Real;
Length,Maior,contador : Word;
Begin
While Not Eof(Input) Do
Begin
Readln(I,J);
Write(I:1:0,' ',J:1:0,' ');
Maior := 0;
For Contador := Trunc(J) Downto Trunc(I) Do
Begin
Length :=1;
Num := Contador;
While Num <> 1 Do
If (trunc(Num) mod 2) = 0 Then
Begin
Num := Num ...
- Sat Nov 04, 2006 6:26 am
- Forum: Pascal
- Topic: Uses Crt to use Readkey function ----> compiler error
- Replies: 2
- Views: 6570
Uses Crt to use Readkey function ----> compiler error
Hello
I trying to use readkey but it always get compiler error on online-judge
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.
C:\PASCAL>fpc -dONLINE_JUDGE -Sd testasso.pas
Free Pascal Compiler version 2.0.4 [2006/08/21] for i386
Copyright (c) 1993-2006 by Florian Klaempfl
Target ...
I trying to use readkey but it always get compiler error on online-judge
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.
C:\PASCAL>fpc -dONLINE_JUDGE -Sd testasso.pas
Free Pascal Compiler version 2.0.4 [2006/08/21] for i386
Copyright (c) 1993-2006 by Florian Klaempfl
Target ...