这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
代码见下 ```cpp //P1018 [NOIP2000 提高组] 乘积最大 #include #include #include #include #include #include using namespace std; typedef long long ll; typedef unsigned long l…
代码见下 ```cpp //P1005_[NOIP2007 提高组] 矩阵取数游戏 #include using namespace std; typedef unsigned long long ull; int n, m, mat[81]; pair ans, f[81][81]; pair add_num(pai…
大佬捞捞~ 代码见下 ```cpp #include using namespace std; int n, x, m; void output(int num) { if(num == 0) return; output(num / m); int b = num % m; putchar(b = '0' && c…
```cpp #include using namespace std; int n,w,sc[601],scn;//scn表示当前读入的成绩 int main() { freopen("live.in","r",stdin); freopen("live.out","w",stdout); scanf("%d%d",…
在讨论《1,8,9三个测试点错了,70分; 大佬求解。。。。》回复:
代码不给,看个球球
在讨论《20分欸!QWQ》回复:
是不是开了O2优化?