Instruction
stringlengths
261
35k
Response
stringclasses
1 value
For this Question: Sara is fond of ice cream initially she had N ice creams with her. If Sara eats exactly half of the ice cream she has in a day and the remaining icecreams get tripled each night. How many ice creams does Sara have at the end of D-days? <b>Note:- </b> Take the floor value while dividing by 2.<b>User...
Compilable
For this Question: Sara is fond of ice cream initially she had N ice creams with her. If Sara eats exactly half of the ice cream she has in a day and the remaining icecreams get tripled each night. How many ice creams does Sara have at the end of D-days? <b>Note:- </b> Take the floor value while dividing by 2.<b>User...
Compilable
For this Question: Sara is fond of ice cream initially she had N ice creams with her. If Sara eats exactly half of the ice cream she has in a day and the remaining icecreams get tripled each night. How many ice creams does Sara have at the end of D-days? <b>Note:- </b> Take the floor value while dividing by 2.<b>User...
Compilable
For this Question: Sara is fond of ice cream initially she had N ice creams with her. If Sara eats exactly half of the ice cream she has in a day and the remaining icecreams get tripled each night. How many ice creams does Sara have at the end of D-days? <b>Note:- </b> Take the floor value while dividing by 2.<b>User...
Compilable
For this Question: Display the acceptance rate of requests defined as the ratio of accepted contacts vs all contacts. Multiply the ratio by 100 to get the rate.DataFrame/SQL Table with the following schema - <schema>[{'name': 'airbnb_contacts', 'columns': [{'name': 'id_guest', 'type': 'object'}, {'name': 'id_host', 't...
Compilable
For this Question: Display the acceptance rate of requests defined as the ratio of accepted contacts vs all contacts. Multiply the ratio by 100 to get the rate.DataFrame/SQL Table with the following schema - <schema>[{'name': 'airbnb_contacts', 'columns': [{'name': 'id_guest', 'type': 'object'}, {'name': 'id_host', 't...
Compilable
For this Question: You have bought N cakes and the ith cake has A[i] level of sweetness. Now you want to display the cakes in exhibition but there is a condition that you cannot display two cakes with same sweetness level. Find the maximum number of cakes that you can display.The first line of input contains a single i...
Compilable
For this Question: You have bought N cakes and the ith cake has A[i] level of sweetness. Now you want to display the cakes in exhibition but there is a condition that you cannot display two cakes with same sweetness level. Find the maximum number of cakes that you can display.The first line of input contains a single i...
Compilable
For this Question: You have bought N cakes and the ith cake has A[i] level of sweetness. Now you want to display the cakes in exhibition but there is a condition that you cannot display two cakes with same sweetness level. Find the maximum number of cakes that you can display.The first line of input contains a single i...
Compilable
For this Question: Find factorial of a given number where n! = n * n-1 * n-2 .....* 1First line consists of a single integer denoting n Constraints:- 0 <= n <= 20Output is a single line containing factorial(n)Sample Input 5 Sample Output 120 Explanation:- 5!= 5 * 4 * 3 * 2 * 1 = 120 Sample Input 10 ...
Compilable
For this Question: Find factorial of a given number where n! = n * n-1 * n-2 .....* 1First line consists of a single integer denoting n Constraints:- 0 <= n <= 20Output is a single line containing factorial(n)Sample Input 5 Sample Output 120 Explanation:- 5!= 5 * 4 * 3 * 2 * 1 = 120 Sample Input 10 ...
Compilable
For this Question: Find factorial of a given number where n! = n * n-1 * n-2 .....* 1First line consists of a single integer denoting n Constraints:- 0 <= n <= 20Output is a single line containing factorial(n)Sample Input 5 Sample Output 120 Explanation:- 5!= 5 * 4 * 3 * 2 * 1 = 120 Sample Input 10 ...
Compilable
For this Question: Given two integers x and y, check if x can be converted to y by adding F(n) to x where F(n){n>=1} is defined as:- 1+3+9+27+81+. .3^n.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>Ifpossible()</b> that takes the inte...
Compilable
For this Question: Given two integers x and y, check if x can be converted to y by adding F(n) to x where F(n){n>=1} is defined as:- 1+3+9+27+81+. .3^n.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>Ifpossible()</b> that takes the inte...
Compilable
For this Question: Given two integers x and y, check if x can be converted to y by adding F(n) to x where F(n){n>=1} is defined as:- 1+3+9+27+81+. .3^n.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>Ifpossible()</b> that takes the inte...
Compilable
For this Question: Given two integers x and y, check if x can be converted to y by adding F(n) to x where F(n){n>=1} is defined as:- 1+3+9+27+81+. .3^n.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>Ifpossible()</b> that takes the inte...
Compilable
For this Question: You need to make an order counter to keep track of the total number of orders received. Complete the function <code> generateOrder() </code> which returns a <code>function func()</code>. This function <code>func</code> should maintain a <code> count (initially 0)</code>. Every time <code>func</cod...
Compilable
For this Question: Let us define a function f as f(x)=x<sup>2</sup>+2x+3. Given an integer t, find f(f(f(t)+t)+f(f(t))). Here, it is guaranteed that the answer is an integer not greater than 2×10<sup>9</sup>.The input consists of a single integer. <b>Constraints</b> t is an integer between 0 and 10 (inclusive).Pri...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: You think that integers divisible by K are nice. Given L and R (L<=R), find the number of nice integers from L to R (both inclusive).First Line of input contains three integers L R K Constraints : 0 <= L <= R <= 1000000000000000000(10^18) 1 <= K <= 1000000000000000000(10^18)Output a single int...
Compilable
For this Question: You think that integers divisible by K are nice. Given L and R (L<=R), find the number of nice integers from L to R (both inclusive).First Line of input contains three integers L R K Constraints : 0 <= L <= R <= 1000000000000000000(10^18) 1 <= K <= 1000000000000000000(10^18)Output a single int...
Compilable
For this Question: You think that integers divisible by K are nice. Given L and R (L<=R), find the number of nice integers from L to R (both inclusive).First Line of input contains three integers L R K Constraints : 0 <= L <= R <= 1000000000000000000(10^18) 1 <= K <= 1000000000000000000(10^18)Output a single int...
Compilable
For this Question: Given two arrays of size N which have the same values but in different orders, we need to make a second array the same as a first array using a minimum number of swaps. Note:- It is guaranteed that the elements of the array are uniqueFirst line of input contains the size of array N, second line of...
Compilable
For this Question: Given two arrays of size N which have the same values but in different orders, we need to make a second array the same as a first array using a minimum number of swaps. Note:- It is guaranteed that the elements of the array are uniqueFirst line of input contains the size of array N, second line of...
Compilable
For this Question: Given a positive integer N, your task is to print a Pyramid pattern of '*' of height N. For N = 5, the following pattern is printed. <center> * </center> <center> *** </center> <center> ***** </center> <center> ******* </center> <center>*********</center>The input contains N as a...
Compilable
For this Question: Given a Binary Tree, print Right view of it. <b>Right view</b> of a Binary Tree is set of nodes visible when tree is viewed from right side. Right view of following tree is 1 3 7 8. 1 / \ 2 3 / \ / \ 4 5 6 7 \ 8<b>Your Task...
Compilable
For this Question: Given an unsorted array A of size N of non-negative integers, find a continuous sub-array which adds to a given number S.Each test case consists of two lines. The first line of each test case is N and S, where N is the size of the array and S is the sum. The second line of each test case contains N s...
Compilable
For this Question: Given an unsorted array A of size N of non-negative integers, find a continuous sub-array which adds to a given number S.Each test case consists of two lines. The first line of each test case is N and S, where N is the size of the array and S is the sum. The second line of each test case contains N s...
Compilable
For this Question: Given an unsorted array A of size N of non-negative integers, find a continuous sub-array which adds to a given number S.Each test case consists of two lines. The first line of each test case is N and S, where N is the size of the array and S is the sum. The second line of each test case contains N s...
Compilable
For this Question: Since area of rectangle can be slightly easy, you need to calculate the area of the trapezium. You are given the lengths of the parallel sides of the trapezium and its height (distance between the parallel sides).The first and the only line of input contains three integers lengths of parallel sides f...
Compilable
For this Question: Since area of rectangle can be slightly easy, you need to calculate the area of the trapezium. You are given the lengths of the parallel sides of the trapezium and its height (distance between the parallel sides).The first and the only line of input contains three integers lengths of parallel sides f...
Compilable
For this Question: Since area of rectangle can be slightly easy, you need to calculate the area of the trapezium. You are given the lengths of the parallel sides of the trapezium and its height (distance between the parallel sides).The first and the only line of input contains three integers lengths of parallel sides f...
Compilable
For this Question: How would you add your own method to the Array object so the following code would work? const arr = [1, 2, 3] console. log(arr.average()) // 2input will be an array, run like this const anyArray = [5,6...] anyArray.average should return average of the arraysAverage of the given arrayconst myAr...
Compilable
For this Question: Harry is very confused after knowing all about Sirius. To lighten Harry's mood Sirius asks a fun problem to him. Sirius puts K talking skulls equally spaced on the circumference of a circle. Now he enumerates them from 1 to K in clockwise order. Now given skull X and skull Z, he asks Harry to find nu...
Compilable
For this Question: Harry is very confused after knowing all about Sirius. To lighten Harry's mood Sirius asks a fun problem to him. Sirius puts K talking skulls equally spaced on the circumference of a circle. Now he enumerates them from 1 to K in clockwise order. Now given skull X and skull Z, he asks Harry to find nu...
Compilable
For this Question: Harry is very confused after knowing all about Sirius. To lighten Harry's mood Sirius asks a fun problem to him. Sirius puts K talking skulls equally spaced on the circumference of a circle. Now he enumerates them from 1 to K in clockwise order. Now given skull X and skull Z, he asks Harry to find nu...
Compilable
For this Question: Given a matrix of N*N dimensions. Take the input and display the matrix as an output.First line contains N. N lines follow each containing N space seperated integers. Constraints:- 2 <= N <= 500 1 <= Mat[i][j] <= 1000Print the given matrix.Input: 2 3 4 7 6 Output: 3 4 7 6 Input: ...
Compilable
For this Question: Given a matrix of N*N dimensions. Take the input and display the matrix as an output.First line contains N. N lines follow each containing N space seperated integers. Constraints:- 2 <= N <= 500 1 <= Mat[i][j] <= 1000Print the given matrix.Input: 2 3 4 7 6 Output: 3 4 7 6 Input: ...
Compilable
For this Question: Given a matrix of N*N dimensions. Take the input and display the matrix as an output.First line contains N. N lines follow each containing N space seperated integers. Constraints:- 2 <= N <= 500 1 <= Mat[i][j] <= 1000Print the given matrix.Input: 2 3 4 7 6 Output: 3 4 7 6 Input: ...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given a String which contains Operators and Numbers. Operators can be: ['+', '- ', '*', '/'] Numbers: Positive integers. The task is to evaluate the given expression based on the <b>BODMAS</b> rule. <b>Note</b>: If the String starts or ends with any of the operators then that String would be c...
Compilable
For this Question: Given an undirected graph, the task is to detect if there is a cycle in the undirected graph or not.The first line of input contains two integers N and M which denotes the no of vertices and no of edges in the graph respectively. Next M lines contain space-separated integers u and v denoting that t...
Compilable
For this Question: Given an undirected graph, the task is to detect if there is a cycle in the undirected graph or not.The first line of input contains two integers N and M which denotes the no of vertices and no of edges in the graph respectively. Next M lines contain space-separated integers u and v denoting that t...
Compilable
For this Question: Given an undirected graph, the task is to detect if there is a cycle in the undirected graph or not.The first line of input contains two integers N and M which denotes the no of vertices and no of edges in the graph respectively. Next M lines contain space-separated integers u and v denoting that t...
Compilable
For this Question: the user would input a number n, print the mean median mode respectively, for the list of natural numbers till n (included) note - let mode remain the smallest element in case of non uniqueness. print mean and median up to 2 decimal places, but let mode remain integer.32 2 1-, I have written this...
Compilable
For this Question: the user would input a number n, print the mean median mode respectively, for the list of natural numbers till n (included) note - let mode remain the smallest element in case of non uniqueness. print mean and median up to 2 decimal places, but let mode remain integer.32 2 1-, I have written this...
Compilable
For this Question: Sara has developed a new algorithm to find sprime : For an integer n , To find all the sprime between 1 and n , she will start from the end n , mark it as sprime, and then mark all its factors (excluding itself) as not sprime. Then she will find the next greatest unmarked number less than the cu...
Compilable
For this Question: Sara has developed a new algorithm to find sprime : For an integer n , To find all the sprime between 1 and n , she will start from the end n , mark it as sprime, and then mark all its factors (excluding itself) as not sprime. Then she will find the next greatest unmarked number less than the cu...
Compilable
For this Question: Joffrey has issued orders for Stark's execution. Now, you are trying to predict if Stark will survive or not. You are confident that Stark's survival depends on the N<sup>th</sup> fibonacci number's parity. If it is odd you will predict that Stark lives but if it is even you will predict that Stark d...
Compilable
For this Question: Joffrey has issued orders for Stark's execution. Now, you are trying to predict if Stark will survive or not. You are confident that Stark's survival depends on the N<sup>th</sup> fibonacci number's parity. If it is odd you will predict that Stark lives but if it is even you will predict that Stark d...
Compilable
For this Question: Joffrey has issued orders for Stark's execution. Now, you are trying to predict if Stark will survive or not. You are confident that Stark's survival depends on the N<sup>th</sup> fibonacci number's parity. If it is odd you will predict that Stark lives but if it is even you will predict that Stark d...
Compilable
For this Question: They say friendship is greater than love. Why not play the famous game "FLAMES". The rules are super simple. Given two strings (all lowercase), remove all the letters that are common to both the strings from both the strings. You cannot erase a character in first string whichever corresponding same ...
Compilable
For this Question: They say friendship is greater than love. Why not play the famous game "FLAMES". The rules are super simple. Given two strings (all lowercase), remove all the letters that are common to both the strings from both the strings. You cannot erase a character in first string whichever corresponding same ...
Compilable
For this Question: They say friendship is greater than love. Why not play the famous game "FLAMES". The rules are super simple. Given two strings (all lowercase), remove all the letters that are common to both the strings from both the strings. You cannot erase a character in first string whichever corresponding same ...
Compilable
For this Question: There are N balloons numbered from 1 to N. Every balloon has an another integer value Arr[i] assigned to it where i varies from 1 to N, and i represents the number of balloon. A balloon at an odd position (i = 1, 3, 5. ) is happy if Arr[i] is odd. A balloon at an even position (i = 2, 4, 6. ) is ...
Compilable
For this Question: There are N balloons numbered from 1 to N. Every balloon has an another integer value Arr[i] assigned to it where i varies from 1 to N, and i represents the number of balloon. A balloon at an odd position (i = 1, 3, 5. ) is happy if Arr[i] is odd. A balloon at an even position (i = 2, 4, 6. ) is ...
Compilable
For this Question: There are N balloons numbered from 1 to N. Every balloon has an another integer value Arr[i] assigned to it where i varies from 1 to N, and i represents the number of balloon. A balloon at an odd position (i = 1, 3, 5. ) is happy if Arr[i] is odd. A balloon at an even position (i = 2, 4, 6. ) is ...
Compilable
For this Question: Given a singly linked list and an element K, your task is to insert the element at the tail of the linked list.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>addElement()</b> that takes head node and the integer K as...
Compilable
For this Question: Given a singly linked list and an element K, your task is to insert the element at the tail of the linked list.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>addElement()</b> that takes head node and the integer K as...
Compilable
For this Question: Take input from standard input while you do not get 0 as an input. Print all the inputs separated by space. It is guaranteed that the number of integers are less than 100000.The input will contain a series of integers in one line each. Input should be taken while you have not get a 0 as an input. ...
Compilable
For this Question: Take input from standard input while you do not get 0 as an input. Print all the inputs separated by space. It is guaranteed that the number of integers are less than 100000.The input will contain a series of integers in one line each. Input should be taken while you have not get a 0 as an input. ...
Compilable
For this Question: Take input from standard input while you do not get 0 as an input. Print all the inputs separated by space. It is guaranteed that the number of integers are less than 100000.The input will contain a series of integers in one line each. Input should be taken while you have not get a 0 as an input. ...
Compilable
For this Question: Given two strings a and b consisting of lowercase characters. The task is to check whether two given strings are an anagram of each other or not. An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “act” and “tac” are...
Compilable
For this Question: Given two strings a and b consisting of lowercase characters. The task is to check whether two given strings are an anagram of each other or not. An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “act” and “tac” are...
Compilable
For this Question: Given two strings a and b consisting of lowercase characters. The task is to check whether two given strings are an anagram of each other or not. An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “act” and “tac” are...
Compilable
For this Question: Given two strings a and b consisting of lowercase characters. The task is to check whether two given strings are an anagram of each other or not. An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “act” and “tac” are...
Compilable
For this Question: Write a program to check whether a number is even or odd using switch case.First Line of the input contains the number n. <b>Constraints</b> 1 <= n <= 1e9If the number is even print "Even" otherwise "Odd"Sample Input : 23 Sample Output : Odd Sample Input : 24 Sample Output : Even,...
Compilable
For this Question: Write a program to check whether a number is even or odd using switch case.First Line of the input contains the number n. <b>Constraints</b> 1 <= n <= 1e9If the number is even print "Even" otherwise "Odd"Sample Input : 23 Sample Output : Odd Sample Input : 24 Sample Output : Even,...
Compilable
For this Question: Write a program to check whether a number is even or odd using switch case.First Line of the input contains the number n. <b>Constraints</b> 1 <= n <= 1e9If the number is even print "Even" otherwise "Odd"Sample Input : 23 Sample Output : Odd Sample Input : 24 Sample Output : Even,...
Compilable
For this Question: Given a positive integer N. You need to print the sum of the first N natural numbers.The first line of input contains a single integer T, the next T lines contains a single integer N. Constraints: 1 < = T < = 100 1 < = N < = 100Print the sum of first N natural numbers for each test case in a new...
Compilable
For this Question: Given a positive integer N. You need to print the sum of the first N natural numbers.The first line of input contains a single integer T, the next T lines contains a single integer N. Constraints: 1 < = T < = 100 1 < = N < = 100Print the sum of first N natural numbers for each test case in a new...
Compilable
For this Question: Given a positive integer N. You need to print the sum of the first N natural numbers.The first line of input contains a single integer T, the next T lines contains a single integer N. Constraints: 1 < = T < = 100 1 < = N < = 100Print the sum of first N natural numbers for each test case in a new...
Compilable
For this Question: You are given 2 arrays A and B, each of the size N. Each element of these arrays is either a positive integer or -1. The total number of -1's that can appear over these 2 arrays are &ge;1 and &le; 2. Now, you need to find the number of ways in which we can replace each -1 with a non- negative intege...
Compilable
For this Question: You are given 2 arrays A and B, each of the size N. Each element of these arrays is either a positive integer or -1. The total number of -1's that can appear over these 2 arrays are &ge;1 and &le; 2. Now, you need to find the number of ways in which we can replace each -1 with a non- negative intege...
Compilable
For this Question: Alice's power is currently known to be an integer X. It is also known that her power doubles every second. For example, if Alice's power was currently 20, then after 2 seconds her power would have grown to 80. Your task is to find out Alice's power after N seconds.The input consists of a single li...
Compilable
For this Question: Alice's power is currently known to be an integer X. It is also known that her power doubles every second. For example, if Alice's power was currently 20, then after 2 seconds her power would have grown to 80. Your task is to find out Alice's power after N seconds.The input consists of a single li...
Compilable
For this Question: Alice's power is currently known to be an integer X. It is also known that her power doubles every second. For example, if Alice's power was currently 20, then after 2 seconds her power would have grown to 80. Your task is to find out Alice's power after N seconds.The input consists of a single li...
Compilable
For this Question: Given an array of N elements. In the array, each element is present twice except for 1 element whose frequency in the array is 1. Hence the length of the array will always be odd. Find the unique number.An integer, N, representing the size of the array. In the next line, N space-separated integers f...
Compilable
For this Question: Given an array of N elements. In the array, each element is present twice except for 1 element whose frequency in the array is 1. Hence the length of the array will always be odd. Find the unique number.An integer, N, representing the size of the array. In the next line, N space-separated integers f...
Compilable
For this Question: Given an array of N elements. In the array, each element is present twice except for 1 element whose frequency in the array is 1. Hence the length of the array will always be odd. Find the unique number.An integer, N, representing the size of the array. In the next line, N space-separated integers f...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: Tono loves to do shopping. Today, she went to the market where there are N different types of products. She wants to buy exactly K of them at the minimum cost. Although she is super smart, she wants to check your smartness as well. Can you tell her the minimum cost required to buy exactly K products ...
Compilable
For this Question: Actually, a pair of chopsticks need not have two sticks that are the same length. You can eat with a pair of sticks as long as the length difference is no greater than D. Samar is appointed as a head chef of a restaurant. He is provided with N sticks, the i<sup>th</sup>stick of which is L[i] units lo...
Compilable
For this Question: Actually, a pair of chopsticks need not have two sticks that are the same length. You can eat with a pair of sticks as long as the length difference is no greater than D. Samar is appointed as a head chef of a restaurant. He is provided with N sticks, the i<sup>th</sup>stick of which is L[i] units lo...
Compilable
For this Question: A string is called beautiful if it can be represented by two or more consecutive numbers. Given a string S check if it is beautiful or not. Note:- The numbers should not contain leading zeroes in it i. e string "10203" ("1" + "02" + "03") will not be treated as a beautiful stringInput contains a s...
Compilable
For this Question: A string is called beautiful if it can be represented by two or more consecutive numbers. Given a string S check if it is beautiful or not. Note:- The numbers should not contain leading zeroes in it i. e string "10203" ("1" + "02" + "03") will not be treated as a beautiful stringInput contains a s...
Compilable
For this Question: A string is called beautiful if it can be represented by two or more consecutive numbers. Given a string S check if it is beautiful or not. Note:- The numbers should not contain leading zeroes in it i. e string "10203" ("1" + "02" + "03") will not be treated as a beautiful stringInput contains a s...
Compilable
For this Question: For an integer N, your task is to calculate sum of first N natural numbers.<b>User Task:</b> Since this will be a functional problem, you don't have to worry about input. You just have to complete the function <b>sum()</b> which takes the integer N as a parameter. Constraints: 1 <= N < = 1000000...
Compilable
For this Question: Given an array A[], of size N containing positive integers. You need to print the elements of an array in increasing order.The first line of the input denotes the number of test cases 'T'. The first line of the test case is the size of the array and the second line consists of array elements. For ...
Compilable
For this Question: Given an array A[], of size N containing positive integers. You need to print the elements of an array in increasing order.The first line of the input denotes the number of test cases 'T'. The first line of the test case is the size of the array and the second line consists of array elements. For ...
Compilable
For this Question: Given an array A[], of size N containing positive integers. You need to print the elements of an array in increasing order.The first line of the input denotes the number of test cases 'T'. The first line of the test case is the size of the array and the second line consists of array elements. For ...
Compilable
For this Question: Given an array A[], of size N containing positive integers. You need to print the elements of an array in increasing order.The first line of the input denotes the number of test cases 'T'. The first line of the test case is the size of the array and the second line consists of array elements. For ...
Compilable
For this Question: Anya owns N triplets of integers (A<sub>i</sub>, B<sub>i</sub>, C<sub>i</sub>), for each i from 1 to N. She asks you to find a sequence of integers which satisfies the following conditions: 1. The sequence contains at least C<sub>i</sub> distinct integers from the closed interval [A<sub>i</sub>, B...
Compilable