提交时间:2024-01-27 16:12:19

运行 ID: 38518

#include<iostream> using namespace std; int main() { int x,y; cin>>x>>y; cout<<((x>=10)||(y>=20)); }