Code Chef :: START01

 #include <iostream>

int main() {
    int x ;
    std::cin >> x ;
    std::cout << x ;
    return 0;
}

Comments

Popular posts from this blog

CodeChef::CSUB

How Recursion Works?

CodeChef::TREE2