fork download
  1. struct Feld {
  2. int Tief;
  3. int Hor;
  4. int Vert;
  5. bool klappe;
  6. bool ac;
  7.  
  8. int conKon[9],
  9. conHor[5],
  10. conVert[5],
  11. conTief[5];
  12. };
  13.  
  14. int main()
  15. {
  16. Feld Felder[26];
  17. Felder[1].Tief = 1;
  18. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty