Copycat Read an integer variable and print it. |
Add Them Up Read two integer variables, calculate their sum, and print it. |
Geometry Forever Fear no more, this is a problem of geometry! When Moyna was little, he had a math teacher named Shuk... |
Divisors Read an integer variable and print all of its divisors (including 1 and the number itself). |
Formatted Numbers Read an integer variable and print it in which the digits are separated into groups of three by comm... |
Fibonacci Numbers Given an integer N, print the N-th Fibonacci number. A Fibonacci series is a series of numbers in wh... |
Masha and Stones Masha has a good habit of collecting stones. Thus she lives by the side of the sea. Every morning sh... |
Better Passwords Byang is creating an account on Toph. He needs your help to create a strong password. Byang will giv... |
Clock Math Given a time (hours as H and minutes as M), determine the smaller angle between the two hands of a c... |
Decent Arrays Given N numbers determine if they are in ascending order. |
The Game Is Back On Moriarty is bored again. When he gets bored, the only thing he wants to do is play with Sherlock. So... |
Byang's Additions Byang is learning how to add numbers. However, he gets confused whenever there is a carry. To help B... |
I Did Not Do the Assignment Professor Petr is very angry over some of his students now-a-days for not doing assignment. He wants... |
Struggling Shanto Shanto is a cricketer from Bangladesh national team. He is a struggling cricketer. Hardly he perform... |
Far From Sorted Basim is new to programming. After learning about basic problem solving and data structures, he is n... |
Full Pyramid Given an integer N, print a full pyramid of asterisks. A full pyramid of asterisks of size N has N l... |
Fair Distribution Mr. Forhad has X children. One day, on his way home, he bought Y chocolates for his children. He doe... |
FatGPT's Yogurt Hunt The statement of this problem is completely written by AI Chat Bot Once upon a time, a FatGPT-name... |
Where Do Lovers Go? Cherry isn't feeling well right now as she found a problem that she couldn't solve. So she started t... |
Little Subarray Sum Given an array of N numbers and two indices, determine the sum of the numbers in the array between (... |
Tidy Bits Read an integer variable, and determine the smallest positive integer that has the same number of 1s... |
ICPC Is Coming in Hot! Tanmoy is an ACM ICPC contestant. During practice he came across a problem named ‘OWLLEN’. He has ha... |
I can try! I can sort! Let me tell you a heartwarming tale of a sweet little boy named Arham. Everyone who saw him adored h... |
Matching Brackets You will be given a sequence of opening and closing brackets of different types ((, ), [, ], {, and ... |
Squared Given the length of a side of a square, calculate and print its area. |