fork(1) download
  1. class Main {
  2. public static void main (String[] args) throws java.lang.Exception {
  3. int a=139;
  4. int b=954;
  5. int c=2115;
  6. System.out.printf("%d\n",a*a*a+b*b*b-c*c*c);
  7. }
  8. }
Success #stdin #stdout 0.07s 380224KB
stdin
Standard input is empty
stdout
0