hello can you help me solve | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Respostas
+ 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