fork download
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4. <title>Insert title here</title>
  5. </head>
  6. <body>
  7. <% int var1=20; int var2=30; %>
  8. <%! int var1=70; %>
  9. <%! int var2=10; %>
  10. <% out.println(var1+var2); %>
  11. </body>
  12. </html>
Runtime error #stdin #stdout #stderr 0s 107072KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:1:0 SyntaxError: syntax error:
prog.js:1:0 <html>
prog.js:1:0 ^