79379123

Date: 2025-01-22 20:31:35
Score: 1.5
Natty:
Report link
public class Example {
public static void main(String[] args) {
int i = Integer. parseInt(args[0]);
double d = Double. parseDouble(args[1]);
String msg = args[2];
System. out. println(''i='' + i + '' d='' + d + '' msg='' + msg);
}
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: NANA