#include #define NUM 0 using namespace std; int main(){ int i; i = NUM; cout << i << "\n" ; }