fork download
  1. #include <stdio.h>
  2. A[10];
  3. int main(){
  4. for(int i=0; i<10; i++)
  5. printf("%d ", A[i]);
  6. }
Success #stdin #stdout 0s 5544KB
stdin
Standard input is empty
stdout
0 0 0 0 0 0 0 0 0 0