I get all the test cases correct, but still get WA.
Any other special cases that may exist?
Search found 7 matches
- Sun Mar 07, 2004 1:10 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10464 - Big Big Real Numbers
- Replies: 10
- Views: 5844
- Wed Jul 31, 2002 2:23 pm
- Forum: Volume 1 (100-199)
- Topic: 175 - Keywords
- Replies: 13
- Views: 5564
- Wed Jul 31, 2002 10:20 am
- Forum: Volume 103 (10300-10399)
- Topic: 10338 - Mischievous Children
- Replies: 56
- Views: 31424
- Mon Jul 29, 2002 1:54 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10324 - Zeros and Ones
- Replies: 179
- Views: 66996
How long can a Pascal string be?
I'm using a string to read in the characters.
Using my compiler (Delphi 5) i can get it right using 1000000 characters,
but i keep getting WA from the judge.
Are Pascal strings limited to 255B (1 byte string lenght) or 2GB (2 byte string lenght - ANSI String)?
Here's my Program
[pascal]
program ...
Using my compiler (Delphi 5) i can get it right using 1000000 characters,
but i keep getting WA from the judge.
Are Pascal strings limited to 255B (1 byte string lenght) or 2GB (2 byte string lenght - ANSI String)?
Here's my Program
[pascal]
program ...
- Mon Jul 29, 2002 12:42 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10324 - Zeros and Ones
- Replies: 179
- Views: 66996
How long can a Pascal string be?
I'm trying to solve 10324, using a string to read in the characters.
Using my compiler (Delphi 5) i can get it right using 1000000 characters,
but i keep getting WA from the judge.
Are Pascal strings limited to 255B (1 byte string lenght) or 2GB (2 byte string lenght - ANSI String)?
[pascal ...
Using my compiler (Delphi 5) i can get it right using 1000000 characters,
but i keep getting WA from the judge.
Are Pascal strings limited to 255B (1 byte string lenght) or 2GB (2 byte string lenght - ANSI String)?
[pascal ...
- Wed Jul 24, 2002 12:27 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10327 - Flip Sort
- Replies: 81
- Views: 35373
- Thu Apr 25, 2002 3:29 pm
- Forum: Volume 4 (400-499)
- Topic: 495 - Fibonacci Freeze
- Replies: 222
- Views: 59920