```python
s=input()
if s[-1]=='\r':
exit(233)
elif ' ' in s:
exit(114)
```
行尾有回车符 `\r`,[记录](https://www.luogu.com.cn/record/178992005)。
还是 `exec` 好用嗷,小 A 在某场比赛中毫无忌惮地使用了 `exec` 并喜提 AC。
[请注意洛谷题目数据可能含有 `\r`!!](https://www.luogu.cn/paste/cb7doh5c)
by Terrible @ 2024-09-29 17:53:07