Always an integer

题意翻译

输入一个形如$(P)/D$ 的多项式,判断其是否总是为整数。 输入包含多组数据,对于每组数据,输出`Case `加数组编号再加`: Always an integer`或`: Not always an integer`。详见样例。 感谢@frankchenfu 提供的翻译

题目描述

[problemUrl]: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=245&page=show_problem&problem=3510 [PDF](https://uva.onlinejudge.org/external/10/p1069.pdf)

输入输出格式

输入格式


输出格式


输入输出样例

暂无测试点