fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int i;
  5. int n;
  6. scanf("%d", &n);
  7. const int d = n;
  8. return 0;
  9. }
Success #stdin #stdout 0s 2052KB
stdin
5
stdout
Standard output is empty