im trying to solve this code but ive tried everything but i cant get it. the course it R. The Greatest Number | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

im trying to solve this code but ive tried everything but i cant get it. the course it R. The Greatest Number

input <- readLines('stdin') x <- as.integer(input[1]) y <- as.integer(input[2]) z <- as.integer(input[3])

13th Oct 2021, 7:21 PM
☯【 x e n o z 】☯
☯【 x e n o z 】☯ - avatar
2 Answers
+ 3
What did you try if you tried "everything"? Please link your code! Hint: The greatest number is the maximum.
13th Oct 2021, 7:43 PM
Lisa
Lisa - avatar