fork download
  1. #include <iostream>
  2. #include <array>
  3.  
  4.  
  5. using namespace std;
  6.  
  7. main(){
  8.  
  9.  
  10. array<double,3>preise;
  11.  
  12.  
  13. }
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
Standard output is empty