摘要:
## A.砍价 把原本需要付的钱记录下,减去老板优惠掉的那部分钱就可以。 ```cpp #include #include using namespace std; int main() { // sum 记录商品价格总和 // maxv 记录最贵商品的价格 int n, sum = 0, maxv 阅读全文
摘要:
## A.签到 签到题,直接输出即可。 ```cpp #include using namespace std; int main() { cout #include using namespace std; const int N = 1e5+10; int n, p, a[N], res; in 阅读全文
摘要:
简述 GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing a 阅读全文