fork download
  1. #define square(x) x * x
  2. int main(){
  3. int value = square(2-1);
  4. printf("%d\n\r", value);
  5. }
Success #stdin #stdout 0s 4540KB
stdin
Standard input is empty
stdout
-1