Question: i need this question In C++ code as well Y. The last 2 digits time limit per test: 1 secondo memory limit per test: 256
Y. The last 2 digits time limit per test: 1 secondo memory limit per test: 256 megabytes input: standard input output: standard output Given 4 numbers A, B, C and D. Print the last 2 digits from their Multiplication. Input Only one line containing four numbers A, B, C and D (2 S A, B, C, D S 10'). Output Print the last 2 digits from their Multiplication. Examples input 5 724 output Copy Copy 80 Copy input 3999 output 87 Copy Note First Example: the Multiplication of 4 numbers is 5*7*2* 4 = 280 so the answer will be the last 2 digits which are 80. Second Example : the Multiplication of 4 numbers is 3*9*9*9 = 2187 so the answer will be the last 2 digits which are 87
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
