Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
20793 LeoWang 收集瓶盖赢大奖 C++ 通过 0 MS 252 KB 233 2023-06-20 08:46:58

Tests(1/1):


#include<iostream> using namespace std; int main(){ int goodluck; int encouragement; cin >> goodluck >> encouragement; if (goodluck>=10 || encouragement>=20){ cout << "1"; } else { cout << "0"; } return 0; }


测评信息: