2+2=5

0

JS/meta редирект со склоняющимися словами (5 секунд, 2 секунды, 1 секунда...)

By Beginner Elated Elk at Apr 18 2022

1

1.2+(sqrt(1-(sqrt(x^2+y^2))^2) + 1 - x^2-y^2) * (sin (10000 * (x*3+y/5+7))+1/4) from -1.6 to 1.6

By Wooden Hammer MinuteMaker42 at Jul 23 2021

0

print matrix diagonally 1 2 3 4 5 6 7 8 9 output 1 2 4 7 5 3 6 8 9. coding ninjas

By Beginner Olga Murazik at Jul 13 2021

0

1*2*3*4*5*6* - print on console?by python

By Beginner Ana Kertzmann at Jul 11 2021

0

listint=[[0, 1, 2], [1, 2, 3], [4, 0, 5]];

By Wooden Hammer Gerard Mohr at Jun 27 2021

0

function find_max(nums) { 2 let max_num = Number.NEGATIVE_INFINITY; // smaller than all other numbers 3 for (let num of nums) { 4 if (num > max_num) { 5 // (Fill in the missing line here) 6 } 7 } 8 return max_num; 9 }

By Beginner Guillermo Goyette at Jun 21 2021

0

number series 0, 0, 2, 1, 4, 2, 6, 3, 8, 4, 10, 5, 12, 6, 14, 7, 16, 8

By Wooden Hammer Phyllis Parisian at Jun 11 2021

-2

1/2+sqrt(5)/2

By Beginner Cloudy Capybara at May 17 2021

0

Write a program that outputs all possibilities to put + or - or nothing between the numbers 1, 2, …, 9 (in this order) such that the result is always 100. For example 1 + 2 + 3 - 4 + 5 + 6 + 78 + 9 = 100

By Beginner da Blick at May 13 2021

0

test the program using the following procedure: stack of size n=6 1. call push(5) 2. call push(2) 3. call push(3) 4. call pop() 5. call push(6) 6. call push(9) 7. call push(3) 8. call display() 9. call top()

By Beginner Kristi Labadie at Apr 20 2021


Related code examples


Code examples by languages