0bytesfather
0bytesfather
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
0bytesfather的博客
全部文章
(共2篇)
题解 | #凸多边形的划分#
__int128 #define int long long using namespace std; template <class T> inline void read(T& x) { x = 0; char c = getchar(); bool f = 0; for ...
C++
C
动态规划
2024-02-25
2
312
[NOIP2007]守望者的逃离 题解【贪心】
#include <bits/stdc++.h> #define endl '\n' using namespace std; int m,s,t; int main(){ cin >> m >> s >> t; int s1=0,s2...
C++
2023-12-07
0
321