fork(30) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. unsigned topCopy = 2820130816;
  5. printf("%u\n", topCopy % 10);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
6