fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. class A
  5. {
  6. public:
  7. typedef int count;
  8. static count cnt ;
  9.  
  10. };
  11.  
  12. A::count A::cnt = 0;
  13. int main() {}
Success #stdin #stdout 0s 2848KB
stdin
Standard input is empty
stdout
Standard output is empty