Very surprising
Posted: Tue Jul 22, 2003 9:46 am
I normally code my program using turbo c++, and i very well know everything it supports isn't always supported by the UVA compiler.
The functions that are not supported by ANSI standard, are also not supported here.
One such function is sqrtl();
But to my surprise, when i was just fooling around and submitted a program(which i thought would require Big Numbers) using sqrtl(), and I got AC. Eventhough the common function strrev() is not supported.
So i would like to know, what else is supported here.
The functions that are not supported by ANSI standard, are also not supported here.
One such function is sqrtl();
But to my surprise, when i was just fooling around and submitted a program(which i thought would require Big Numbers) using sqrtl(), and I got AC. Eventhough the common function strrev() is not supported.
So i would like to know, what else is supported here.