fork download
  1. // your code goes here
  2.  
  3. var 1res = "true";
  4. print(1res);
Runtime error #stdin #stdout #stderr 0s 172608KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:3:4 SyntaxError: identifier starts immediately after numeric literal:
prog.js:3:4 var 1res = "true";
prog.js:3:4 ....^