酷代码 AI
菜单
服务商

只用<iostream>C++17 回答篇幅:简单明了

```cpp #include <iostream> int main() { std::string s; std::cin >> s; for (char c : s) { if (c == '0') { std::cout << "yes"; return 0; } } std::cout << "no"; return 0; } ``` [2026-02-08 14:23:57 | AI问答 | 87点数解答]

相关提问
发财导航,免费问AI
实用工具查看更多