fork download
  1. #include <iostream>
  2.  
  3. struct Base {
  4. static constexpr const char* d[] = {"f", "f"};
  5. };
  6.  
  7. int main() {
  8. // your code goes here
  9. return 0;
  10. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty