Search found 3 matches

by jasiu--
Mon Jun 06, 2005 12:42 pm
Forum: Volume 100 (10000-10099)
Topic: 10062 - Tell me the frequencies!
Replies: 235
Views: 70397

i see you are counting letters x, for which 32 < x <= 128. as far as i remember, it should be 32 <= x < 128. perhaps this will help. regards,

jasiu
by jasiu--
Sun Jun 05, 2005 11:11 pm
Forum: Volume 100 (10000-10099)
Topic: 10064 - Traveling in another Dimension
Replies: 9
Views: 2939

i am also trying to solve this problem and i guess i have misunderstood the specification. so i have few questions:

let's denote friends' locations as a_k, 1 <= k <= n. also, let's denote arnold's house coordinates as x. then we have:

total effort in the first case is:
2*(x-a_1)^2 + 2*(x-a_2)^2 ...
by jasiu--
Tue May 31, 2005 8:55 pm
Forum: C++
Topic: typeof keyword
Replies: 1
Views: 1705

typeof keyword

hi,
i got an compiler error, because i had used the 'typeof' keyword. why is this keyword not supported? will anything like '_typeof' work? what is the g++ version used by the online judge?

Go to advanced search