hello can you help me solve | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

hello can you help me solve

import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int days = scanner.nextInt(); {}{{=="""""====((((((=={}))))))"""""}}} //tu código va aquí } }"}={@'#'^?@@)]])])])][<<[>)>)>)<])])][<<)>)>)>)>>[>[]]]]]''}"

23rd Apr 2021, 5:35 PM
Emmanuel Gutiérrez
Emmanuel Gutiérrez - avatar
2 Answers
+ 1
Ok, the comment says, "Your code goes here" He is doing the "Time Converter" exercise which is inside the basic concepts part of Java course.. The question is, does he know what to do there??
24th Apr 2021, 2:11 AM
Mohammad Mehedi Hasan
Mohammad Mehedi Hasan - avatar
0
Jan Markus 🤣Sir, I guess, it's combination of Lisp and Java Lisp code example : (defun csg-intersection-intersect-all (obj-a obj-b) (lambda (ray) (flet ((inside-p (obj) (lambda (d) (inside-p obj (ray-point ray d))))) (merge 'fvector (remove-if-not (inside-p obj-b) (intersect-all obj-a ray)) (remove-if-not (inside-p obj-a) (intersect-all obj-b ray)) #'<)))) Source: https://wiki.c2.com/?LispShowOffExamples
24th Apr 2021, 2:07 AM
Mohammad Mehedi Hasan
Mohammad Mehedi Hasan - avatar