Contest Hack

This Website Solve Your All Contest Problem
National Cyber Drill 2021

National Cyber Drill 2021 (Web) || Write-up || Part 3

850 525 Contest Hack

Here I’m going to give you a quick write-up for the challenges of National Cyber Drill 2021 that I was able to solve. I Hope you guys will find this…

read more
National Cyber Drill 2021

National Cyber Drill 2021 (Network) || Write-up || Part 2

850 525 Contest Hack

National Cyber Drill 2021 Here I’m going to give you a quick write-up for the challenges of National Cyber Drill that I was able to solve. I Hope you guys…

read more
National Cyber Drill 2021

National Cyber Drill 2021 (Basic) || Write-up || Part 1

850 525 Contest Hack

National Cyber Drill 2021 Here I’m going to give you a quick write-up for the challenges of National Cyber Drill that I was able to solve. I Hope you guys…

read more
Toph

Problem For Beginners (Is Palindrome)

1200 630 Contest Hack

Given a word, print Yes if it is a palindrome, otherwise No. A palindrome is a word which reads the same backward as forward, e.g. racecar. Input The input will…

read more
Toph

Formatted Numbers

1200 630 Contest Hack

Read an integer variable and print it in which the digits are separated into groups of three by commas. Input The input will contain an integer $A$ ($0 \le A…

read more
Toph

Add Them Up

1200 630 Contest Hack

Read two integer variables, calculate their sum, and print it. Input The input will contain two integers $A$ and $B$ ($-20000000 < A, B < 20000000$). Output Print the sum…

read more