fork download
  1. import std.stdio;
  2. import std.algorithm.comparison;
  3. int main() {
  4. auto i=0;
  5. auto CUTOFF = -50;
  6. auto m = (max(0, i + CUTOFF));
  7. writeln(m);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 17304KB
stdin
Standard input is empty
stdout
0