这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include #include using namespace std; typedef long long ll; typedef pair PII; const int N = 500; int d[N][N], g[N][N]; // 距离 地图的距离点 in…
```cpp #include #include typedef long long ll; using namespace std; const int N = 1e5 + 10; ll a[N], length, n, k; bool mat(ll mid) { ll count = 0; for (int i =…
在讨论《求大佬们看看,100分但是wa了Subtest#1》回复:
@[rensiyuan](/user/550775) 过了,谢谢大佬
在讨论《求大佬们看看,100分但是wa了Subtest#1》回复:
@[rensiyuan](/user/550775) 大佬全开long long还是wa了那个 ```cpp#include #include typedef long long ll; using namespace std; const int N = 1e5 + 10; ll a[N], k, n, m; ll…
```cpp #include #include typedef long long ll; using namespace std; const int N = 1e5 + 10; ll a[N], k, n, m; ll rec[N]; bool check(int mid) { ll start = 0, cou…
在讨论《跪求大佬看看wa了最后的新增数据》回复:
@[ricky_lin](/user/78206) 懂了,谢谢大佬 (又一次被long long 斩于马下)
```cpp #include #include using namespace std; const int N = 1e6 + 10; int a[N], b[N]; int n, m, ans=0; int find(int x) { int l = 1, r = n; while (l > 1; if (a[m…
```cpp #include #include typedef long long ll; using namespace std; const int N = 3e6 + 10; int a[N]; ll sum,n,m; int mat(ll mid) { ll sum=0; for (int i = 1; i…
```cpp #include #include using namespace std; int main() { int s = 0, v = 0,z; cin >> s >> v; if (s / v == 0) z = s / v; else z = s / v + 1; int rec1 = (z + 10)…
在讨论《求大佬们看看还有一个wa了》回复:
@[小杨小小杨](/user/315398) @[TSH2](/user/570086) 懂了,谢谢大佬们
``` cpp #include #include using namespace std; bool ispimer(int j) { for (int i = 2; i * i > n; if (n = n) break; cout << j << endl; rec++; } } cout << rec << e…
在讨论《求大佬看看,最后一个wa了》回复:
@[小杨小小杨](/user/315398) 我把if里面的提出来定义,在改了一下前缀就可以
在讨论《求大佬看看,最后一个wa了》回复:
@[小杨小小杨](/user/315398) 大佬我换了种写法,这个的wa还是不太懂
```cpp #include #include using namespace std; struct stu { int id; double xy; double st; }a[100010]; int main() { int z = 0; cin >> z; for (int j = 0; j > a[j].…
在讨论《看看哪里出了问题啊,大佬们求求了》回复:
@[编码落寞](/user/557751) 谢谢
在讨论《看看哪里出了问题啊,大佬们求求了》回复:
@[KefaKabuqinuo](/user/1072488) 谢谢大佬过 了
``` #include int main() { int getnum = 0; int sin[200][1010]; scanf("%d", &getnum); for (int i = 1 ; i <= getnum; i++) { sin[i][1] = 1; sin[i][i] = 1; } printf(…
# ## ### ```c #include int abs(int x) { return (x > 0 ? x : -x); } int main() { int N = 0; int ans = 0; long int sum[450]; int student_score[1010][5]; scanf("%d…