#include using namespace std ; int main() { int A = 100; if(A == 0) return 0 ; else ++ A ; return 0 ; }