ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
1055
. Combinations
XiaoTian
What's the limit of size of an array?
[1] // Problem
1055. Combinations
6 Dec 2002 17:40
I got Compilation Error with
Var A:Array[1..50000] Of LongInt;
but got AC with
Var A:Array[1..50000] Of Byte;
XiaoTian
Now both are right.
// Problem
1055. Combinations
8 Dec 2002 08:38
> I got Compilation Error with
>
> Var A:Array[1..50000] Of LongInt;
>
> but got AC with
>
> Var A:Array[1..50000] Of Byte;
>
© 2000–2025
Timus Online Judge Team
. All rights reserved.