C++ :
#include <iostream> using namespace std; int main() { bool isPassed; // 定义一个布尔型变量 int x; cin >> x; if (x>=60) isPassed = true; else isPassed = false; cout << isPassed << endl; // 输出结果(1 表示 true,0 表示 false) return 0; }
注册一个 Hydro 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 Hydro 通用账户