fork download
  1. #include<stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5. printf("%d",abs('a'-'f'));
  6.  
  7. return 0;
  8. }
Success #stdin #stdout 0s 4264KB
stdin
10 17 9
stdout
5