fork(2) download
  1. class M{
  2. static String c(){
  3. return "{\"a\":" + 1e6 + "}";
  4. }
  5.  
  6. public static void main(String[] a){
  7. System.out.println(c());
  8. }
  9. }
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
{"a":1000000.0}