Big Factorials
Given an integer N, print the trailing 4 digits of N! (N factorial). N!=N×(N−1)×(N−2)×...×1 Here are...
Better Passwords
Byang is creating an account on Toph. He needs your help to create a strong password. Byang will giv...
Proper Leap Years
Byang's friend was asked to author a programming problem where the challenge was to identify if the ...
Decent Arrays
Given N numbers determine if they are in ascending order.
Fair Distribution
Mr. Forhad has X children. One day, on his way home, he bought Y chocolates for his children. He doe...
Running Average Again
Given N numbers, read each one, calculate the running average and print it. For example, given the t...
Running Average
Given $N$ numbers, read each one, calculate the running average and print it. For example, given the...
Making Friends
Byang is going to join a new school. His new class has N students. Each of the students are identifi...
Clock Math
Given a time (hours as H and minutes as M), determine the smaller angle between the two hands of a c...
Is Anagram
An anagram is a word formed by rearranging the letters of another word. The words "listen" and "sile...
Leap Years
In the Gregorian calendar, certain years have 366 days instead of 365. In such years, the month of F...
Formatted Numbers
Read an integer variable and print it in which the digits are separated into groups of three by comm...
Is Prime
Given an integer $N$, determine if it is a prime a number. A number is called prime if it is only di...
Fibonacci Numbers
Given an integer N, print the N-th Fibonacci number. A Fibonacci series is a series of numbers in wh...
Math and Watermelons
Your friend has M watermelons. He doesn't want to share them with anyone, but let's imagine he would...
Mixed Fractions
Given an improper fraction (as the numerator $N$ and the denominator $D$), determine and print it in...
Maximum
Given N numbers, find the one that is of the highest value and print it.
Is Palindrome
Given a word, print Yes if it is a palindrome, otherwise No. A palindrome is a word which reads the ...
Pie Are Squared
Given the radius of a circle, calculate and print its area. The area of a circle can be computed usi...
Divisors
Read an integer variable and print all of its divisors (including 1 and the number itself).
Missing Number
Given the sum of four numbers and three of those numbers, find the missing number. All four numbers ...
Squared
Given the length of a side of a square, calculate and print its area.
Add Them Up
Read two integer variables, calculate their sum, and print it.
Copycat
Read an integer variable and print it.
Toph uses cookies. By continuing you agree to our Cookie Policy.