Search found 4 matches

by rserranop
Sun Nov 26, 2006 5:13 pm
Forum: C++
Topic: are the time limits set so that STL code runs within it?
Replies: 12
Views: 5706

well if something could help would be the way in wich the testcases are designed.

I think that less very ugly and big testcases instead of 55 cases (well calculating some things with adding 1 to a var i came with the 55 cases) will help the right solutions to pass and the slow solutions to loose.
by rserranop
Sun Nov 26, 2006 4:27 am
Forum: C++
Topic: are the time limits set so that STL code runs within it?
Replies: 12
Views: 5706

and plain c solutions would not get in time, becouse they cannot be optimized, unless there is a super intelligent compiler or a compiler that uses extensions, a in a primitive array can`t be faster it simply can`t, in super debug mode it takes two instructions. in super faster super ultra compiler ...
by rserranop
Sun Nov 26, 2006 3:58 am
Forum: C++
Topic: are the time limits set so that STL code runs within it?
Replies: 12
Views: 5706

but there is a problem, you are compiling with -O0

For C it just makes a little bit slower enough to compete with java

But for C++ is horrendows, stl is designed in such a way that all the calls are inlined so it can compite with primitive types.

As an example the C++ vector is as fast as a ...
by rserranop
Sat Oct 14, 2006 7:13 pm
Forum: Bugs and suggestions
Topic: Your program has not solved the problem. It ran during 0.148
Replies: 1
Views: 1746

Your program has not solved the problem. It ran during 0.148

Hi, i have never been able to register into the acm-icpc problem set becouse the register form is worng, the auto generated image for security doesn`t work so it doesn`t admiss my account.

So i have never participated in any event.

This morning i have received this in my email after a main with a ...

Go to advanced search