I wrote this code in visual c++ 6.0. but when I submit to
online judge I get compilation error. Probably this is due to __Int64. Hopefully long long will be ok. But I don't know how to type cast using long long. Is it just ((long long)(n+2)/2) or something else? Thanks in advance. ================================================== ================ #include #include int main() {...