Skip to content

Commit ab81f75

Browse files
authored
Cf 630
1 parent c988bbf commit ab81f75

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

A.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#include <bits/stdc++.h>
2+
using namespace std;
3+
int main()
4+
{
5+
int tc;
6+
int a, b ,c,d;
7+
cin>>tc;
8+
while(tc--)
9+
{
10+
11+
cout<<"Yes";<<endl;
12+
cout<<"No"<<end;
13+
14+
}
15+
16+
17+
}

0 commit comments

Comments
 (0)