#include int main() { int a = 2 - 2; int b = 1 / a; return 0; }