A - Absolute

留坑。

 

B - Counting Permutations

留坑。

 

C - Cover

留坑。

 

D - Game

puts("Yes")

 1 #include <bits/stdc++.h>
 2 
 3 using namespace std;
 4 
 5 int n;
 6 
 7 int main()
 8 {
 9     while (scanf("%d", &n) != EOF)
10     {
11         puts("Yes");
12     }
13     return 0;
14 }
View Code

相关文章: