Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
99076 王昭涵 二进制分类 C++ 通过 100 0 MS 244 KB 254 2023-08-21 21:19:47

Tests(4/4):


#include<iostream> using namespace std; int a, b, p, q, t, f; int main() { for (cin >> a >> b; a <= b; a++) { t = f = 0; int x{ a }; do (x & 1 ? t : f)++; while (x >>= 1); (t > f ? p : q)++; } cout << p << ' ' << q; return 0; }


测评信息: