贼坑的题目
没事码代码的渣渣
略略略略略略
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #535 (Div. 3) Nice Garland
Codeforces Round #535 (Div. 3) Nice Garland 这题之前死活读不懂,看别人代码后,自己写的代码又有错,对照别人代码,半天改不出来!!!真的急,测试数据太坑了,最后还是改好了。 You have a garland consisting ofnnlamps. Each lamp is colored red, green or blue. The ...原创 2019-03-07 01:03:56 · 289 阅读 · 0 评论 -
Codeforces-Salem and Sticks
题意理解很重要!!! Salem gave younnsticks with integer positive lengthsa1,a2,…,ana1,a2,…,an. For every stick, you can change its length to any other positive integer length (that is, either shrink or str...原创 2019-03-07 01:02:53 · 275 阅读 · 0 评论 -
VS2019的调试功能学习(烫烫烫)
我编写了个大数减法的程序但是会出现很奇怪的报错,然后我就一路百度。。。 现在我们尝试对以下代码用VS2019进行调试修改bug: //源文件main.cpp #include<stdio.h> #include<string.h> const int maxn = 1e3 + 10; /* int input(char a[],char b[]) { int j=0...原创 2019-10-03 02:47:57 · 35925 阅读 · 5 评论
分享