#include <iostream> using namespace std; class base { public: static const int i = 16; }; const int base::i; int main() { return 0; }