fork download
  1. class x
  2. {
  3. private:
  4. static int y;
  5. };
  6.  
  7. int x::y = 0;
  8.  
  9. int main()
  10. {
  11. }
  12.  
Success #stdin #stdout 0s 2848KB
stdin
Standard input is empty
stdout
Standard output is empty