1 2 3 4 5 6 | public class Main { public static void main(String[] args) { Integer integer = null; Integer i = true ? integer : 0; } } |
cHVibGljIGNsYXNzIE1haW4gewoJcHVibGljIHN0YXRpYyB2b2lkIG1haW4oU3RyaW5nW10gYXJncykgewoJCUludGVnZXIgaW50ZWdlciA9IG51bGw7CgkJSW50ZWdlciBpID0gdHJ1ZSA/IGludGVnZXIgOiAwOwoJfQp9
-
upload with new input
-
result: Runtime error time: 0.03s memory: 245632 kB signal: -1
Exception in thread "main" java.lang.NullPointerException at Main.main(Main.java:4)


