首页
比赛
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
牛妹数
13条解析
开通博客写题解
张田懿
发表于 2020-12-14 12:43:28
include<bits/stdc++.h> using namespace std;int main(){ int n; cin>>n; if(n%2==0 && n>50) cout<<"yes";
展开全文
HUAYI_SUN
发表于 2022-11-06 21:48:34
#include<iostream> using namespace std; int main() { int a; cin>>a; &n
展开全文
易烊千玺圈外女友
发表于 2021-05-14 21:02:48
#include <stdio.h> #include <math.h> int main() { int a; scanf("%d",&a); if(a%2==0&&a>50) printf("yes");
展开全文
洪瑞祥
发表于 2020-02-24 20:26:46
include<bits/stdc++.h> using namespace std;int a;int main() { cin>>a; if(a>50&&a%2==0) cout<<"yes"; else
展开全文
Codecodify
发表于 2023-04-21 17:11:58
#include <stdio.h> int main() { char* str = "no"; int num; scanf("%d", &num); if(num % 2 == 0 && num > 50) {
展开全文
潍坊鲨鱼公园儿童大学
发表于 2021-01-23 16:31:42
#include <iostream> using namespace std; int main() { int num; cin >> num; if (num % 2 == 0 && num > 50) {
展开全文
牛客517072235号
发表于 2020-04-21 19:01:49
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a%2==0&&a>50) cout<<"yes"; el
展开全文
吴桐宇
发表于 2023-01-29 14:11:45
不走寻常路的题解——不用判断写题解! #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; string word[2]={"no","yes"}; c
展开全文
Ayx03
发表于 2022-02-26 19:39:41
#include<cstdio> int main() { int a; scanf("%d",&a); if(!(a%2)&&a>50) printf("yes"); else printf("no"); }
牛客645304895号
发表于 2024-10-21 19:32:23
import java.util.Scanner; // 注意类名必须为 Main, 不要有任何 package xxx 信息 public class Main { public static void main(String[] args) { Scanner in =
展开全文
查看本题
查看本题讨论
相关比赛
18202-test
进入比赛
18212-2021暑假准大一生编程练习一
进入比赛
18296-信息编程学习-基础练习
进入比赛
18374-阿尔法-C++基础测试(1星)
进入比赛
18506-阿尔法-C++暑期基础训练营Day2
进入比赛
等你来战
查看全部
牛客练习赛139
报名截止时间:2025-05-23 21:30
牛客周赛 Round 94
报名截止时间:2025-05-25 21:00
牛客2025年儿童节比赛
报名截止时间:2025-06-01 21:00
衡阳师范学院第二十五届程序设计竞赛(同步赛)
报名截止时间:2025-06-08 18:00
2025牛客暑期多校训练营1
报名截止时间:2025-07-15 17:00
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题