fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.  
  6. unsigned long long ull;
  7. #define SF "%llu"
  8.  
  9. scanf(SF, &ull);
  10.  
  11. }
  12.  
  13.  
Success #stdin #stdout 0s 4452KB
stdin
Standard input is empty
stdout
Standard output is empty