fork download
  1. #include <stdio.h>
  2. int main (void) {
  3. int revenue = 400000;
  4. int expense = 3000;
  5. int profit = revenue - expense;
  6. printf ("The profit we made this year is %d, profit");
  7.  
  8. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
The profit we made this year is -105553880, profit