为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
38518
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
38518
奚晨瑞
收集瓶盖赢大奖
C++
Accepted
0 MS
248 KB
110
2024-01-27 16:12:19
Tests(1/1):
#include<iostream> using namespace std; int main() { int x,y; cin>>x>>y; cout<<((x>=10)||(y>=20)); }
Judgement Protocol: