酷代码 AI
菜单
服务商

C++编程:计算大白投掷雪球攻击的伤害值

```cpp #include <iostream> using namespace std; int main() { int x; cin >> x; if (x == 1) { cout << 10 << endl; } else if (x == 2) { cout << 30 << endl; } else { cout << 100 << endl; } return 0; } ``` ######[AI问答 | 81点数解答 | 2025-12-14 14:44:08]

相关提问
本站限时免费提问中
实用工具查看更多
Linux在线手册 [开发类]
Jquery在线手册 [开发类]
今日油价 [生活类]
图片互转base64 [开发类]
时间转换器 [开发类]