提交时间:2023-08-10 13:11:21

运行 ID: 24325

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