F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

VC Is All You Need

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)
Total Submission(s): 656    Accepted Submission(s): 361


Problem Description






Three points example.



Four points example.

In this picture you can draw a line to seperate these $3$ points in the two dimensional plane to keep points with the same color lie in the same side no matter how to color each point using either blue or red.

But in $k$ dimensional real Euclidean space $R^k$, can you find $n$ points satisfying that there always exsit a $k-1$ dimensional hyperplane to seperate them in any one of $2^n$ coloring schemes?
 

Input
The first line contains only one integer $T(1 \le T \le 10^5)$ denoting the number of test cases.

Each of next $T$ lines contains two integers $n, k \in [2,10^{18}]$ seperated by a space.
 

Output
Print $Yes$ if you can find one solution, or print $No$ if you cannot.
 

Sample Input
3 2 2 3 2 4 2
 

Sample Output
Yes Yes No
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 00:16:46, Gzip enabled