牛客周赛 Round 103 A

#include <bits/stdc++.h>
using namespace std;
using i64 = long long;
void solve(int task) {
  int n;
  cin >> n;
  if (n % 10 == 0)
    cout << "NO";
  else
    cout << "YES";
}
int main() {
  ios::sync_with_stdio(false);
  cin.tie(0);
  cout.tie(0);
  int t = 1;
  for (int i = 1; i <= t; i++) {
    solve(i);
  }
  return 0;
}

#牛客创作赏金赛#
全部评论

相关推荐

昨天 17:54
门头沟学院 营销
点赞 评论 收藏
分享
06-26 17:24
已编辑
宁波大学 golang
迷失西雅图:别给,纯kpi,别问我为什么知道
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务