模拟
dukig
尽人事,知天命。
展开
-
小a与cf(模拟)
链接:https://ac.nowcoder.com/acm/contest/327/B 这类题需要多练,写了一个小时竟然只过了6.67%。 我的错误代码: #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #include<map>...原创 2019-04-08 13:19:02 · 330 阅读 · 0 评论 -
小A的柱状图(单调栈模拟)
链接:https://ac.nowcoder.com/acm/contest/549/H 这题数据弱的不得了,我改的代码各种数据错误都能过,比如 3 1 1 1 5 5 5 最后输出5或者10都过了,(!- -) #include <bits/stdc++.h> using namespace std; #define ll long long #define N 1000...原创 2019-04-13 12:13:49 · 270 阅读 · 0 评论