C++程序  |  9行  |  75 B

#ifdef GIMME_A_K

#ifndef K_H
#define K_H
const int k = 42;
#endif

#endif