Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
24325 老方 集盖赢大奖 C++ 通过 0 MS 252 KB 170 2023-08-10 13:11:21

Tests(3/3):


#include <iostream> using namespace std; int main() { int lucky, thank; cin >> lucky >> thank; cout << (lucky >= 10 || thank >= 20); return 0; }


测评信息: