fork download
  1. (pow((a+b),3)-pow(a,3))/(3*a*pow(b,2)+pow(b,3)+3*pow(a,2)*b)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:6: error: expected declaration specifiers or ‘...’ before ‘(’ token
 (pow((a+b),3)-pow(a,3))/(3*a*pow(b,2)+pow(b,3)+3*pow(a,2)*b)
      ^
prog.c:1:12: error: expected declaration specifiers or ‘...’ before numeric constant
 (pow((a+b),3)-pow(a,3))/(3*a*pow(b,2)+pow(b,3)+3*pow(a,2)*b)
            ^
prog.c:1:14: error: expected ‘)’ before ‘-’ token
 (pow((a+b),3)-pow(a,3))/(3*a*pow(b,2)+pow(b,3)+3*pow(a,2)*b)
              ^
stdout
Standard output is empty