代码模板
日常
/**
* Question ID:
* author: PommesPeter
* created: 2022-03-06 21:07:54
*
**/
#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
return 0;
}
/**
* Question ID:
* author: PommesPeter
* created: 2022-03-06 21:07:54
*
**/
#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
return 0;
}