- 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í } }"}={@'#'^?@@)]])])])][<<[>)>)>)<])])][<<)>)>)>)>>[>[]]]]]''}"
2 Antworten
+ 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??
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