V. 刘承坤 is vrey clever

    Type: Default 1000ms 256MiB

刘承坤 is vrey clever

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.

Lck=qk+learnLck=q^k+learn

祝你好运连连

AC

//头文件
#include <bits/stdc++.h>
//#incldue <windows.h>

using namespace std;

//转换 
#define fst ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define endl '\n'
#define TRACE 1
#define tcout TRACE && cout
#define int long long
#define FALSE cout << "No";return 0;
#define TRUE cout << "Yes";return 0;
//#define ll long long
//#define ull unsigned long long

//定义 
const int P = 998244353;
const long long INF = 0x3f3f3f3f3f3f3f3f;
const int N = 1e9 + 10, M = 2e6 + 10;
const int dx[]={1,1,1,0,0,-1,-1,-1};
const int dy[]={-1,0,1,-1,1,-1,0,1};
//变量&&函数区 

signed main(void){
	
	return 0; 
}