Type: RemoteJudge 1000ms 256MiB

【深基3.例1】数字比较

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目背景

本题来自洛谷编写教材《深入浅出程序设计竞赛 - 基础篇》,并带有详细的教程和讲解,点击下列链接了解本书详情。【官方网店绝赞热卖中!】>>>

题目描述

输入两个整数 aabb(其绝对值不超过 1000010000),想知道:

  1. aa 是否大于 bb
  2. aa 是否小于或等于 bb
  3. aa 是否不等于 bb

输入格式

输入两个整数 a 和 b。

输出格式

输出 3 个整数,用空格隔开。对于每一个询问,如果成立(条件为真)输出 1,否则输出 0。

2 3

0 1 1

综合提升练习赛

Not Attended
Status
Done
Rule
IOI
Problem
13
Start at
2026-1-5 14:00
End at
2026-4-15 14:00
Duration
2400 hour(s)
Host
Partic.
54