


#if 0 	//

 #if		;no error
 #endif

#endif


#if 1
 print 1
#else
  #if 1
   print 2


