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