#2144. C++-编译-Arithmetic exception

C++-编译-Arithmetic exception

Background

Description

算术错误,检查是否出现分母为0等算式错误的情况

比如:

printf("%d",1/0);

Format

Input

Output

Samples



Limitation

1s, 1024KiB for each test case.