fork download
  1. #include <stdio.h>
  2.  
  3. int class(a, b, c)
  4. int a;
  5. double b;
  6. char c;
  7. {
  8. return 2;
  9. }
  10.  
  11. int main(void) {
  12. // your code goes here
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 2152KB
stdin
Standard input is empty
stdout
Standard output is empty