codechef

  1. nims11

    C++ gurus help me out

    i am trying to solve this easy problem at codechef.comOdd | CodeChef i have made a really short program to solve it. it gives correct answers when i test. but it exceeds the time limit in the codechef servers. my code is #include<iostream> #include <cmath> using namespace std; int main()...
Top Bottom