摘要: Day1-4 AcWing 1843. 圆形牛棚 数据范围很小直接枚举起点就好 #include <bits/stdc++.h> using namespace std; const int N = 1005; int n , a[N] , res = 0x7f7f7f7f; int main() 阅读全文
posted @ 2022-02-20 21:53 PHarr 阅读(52) 评论(0) 推荐(0) 编辑
摘要: # 一个简单的Java程序 ```cpp public class testcode { public static void main(String[] args) { System.out.println("Hello,Word!"); } } ``` 这就是一个简单的`Hello,Word!` 阅读全文
posted @ 2022-02-20 19:43 PHarr 阅读(194) 评论(0) 推荐(0) 编辑