CopycatRead an integer variable and print it.
|
Add Them UpRead two integer variables, calculate their sum, and print it.
|
Formatted NumbersRead an integer variable and print it in which the digits are separated into groups of three by comm...
|
Is PalindromeGiven a word, print \texttt{Yes} if it is a palindrome, otherwise \texttt{No}. A palindrome is a wor...
|
Clock MathGiven a time (hours as H and minutes as M), determine the smaller angle between the two hands of a c...
|
DivisorsRead an integer variable and print all of its divisors (including 1 and the number itself).
|
Is AnagramAn anagram is a word formed by rearranging the letters of another word. The words "listen" a...
|
Fibonacci NumbersGiven an integer N, print the N-th Fibonacci number. A Fibonacci series is a series of numbers in wh...
|
Incompatible CropsDid you know that certain crops cannot grow next to each other? Given the layout of a field as a gri...
|
Big FactorialsGiven an integer N, print the trailing 4 digits of N! (N factorial). N! = N \times (N-1) \times (N-2...
|
Full PyramidGiven an integer N, print a full pyramid of asterisks. A full pyramid of asterisks of size N has N l...
|
Byang's AdditionsByang is learning how to add numbers. However, he gets confused whenever there is a carry. To help B...
|
Decent ArraysGiven N numbers determine if they are in ascending order.
|
Better PasswordsByang is creating an account on Toph. He needs your help to create a strong password. Byang will giv...
|
Caesar CipherByang wants to write a secret message to his friend. He has recently discovered Caesar Cipher. Caesa...
|
ASCII Progress BarIn this problem, you need to write a code that prints an ASCII progress bar. In each test case, you ...
|
BPL Mubarak!Bangladesh Premier League is in Sylhet for the first time. Today's match is Sylhet Sixers vs the...
|
Fair DistributionMr. Forhad has X children. One day, on his way home, he bought Y chocolates for his children. He doe...
|
ICPC Is Coming in Hot!Tanmoy is an ACM ICPC contestant. During practice he came across a problem named ‘OWLLEN’. He has ha...
|
Goat ResearchGoats are interesting creatures. They are incredibly durable and can fall from great heights, be str...
|