#include <iostream>

int main() {
    int x = (1/0, 2);
    std::cout << x << std::endl;
}