fork download
  1. class Main
  2. {
  3. public static void main (String[] args) throws java.lang.Exception
  4. {
  5. System.out.printf("%4d-%02d-%02d | %-20s| %25s | $%4.3f | %5d | %s\n", 2012, 10, 9, "Penguins-Capitals", "CONSOL Energy Center", 92.35,15,"NHL");
  6. }
  7. }
Success #stdin #stdout 0.03s 245632KB
stdin
Standard input is empty
stdout
2012-10-09 | Penguins-Capitals   |      CONSOL Energy Center | $92.350 |    15 | NHL