fork(1) download
  1. const int MAXN=8;
  2. float x = 2.0;
  3. double A[MAXN];
  4.  
  5. using namespace std;
  6. int main()
  7. {
  8. *(A+1)=x;
  9. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
Standard output is empty