Skip to content

Commit

Permalink
5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed May 24, 2019
1 parent 1f67561 commit fabbdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [ ] [USACO09FEB]改造路Revamping Trails
- [ ] [USACO15JAN]草鉴定Grass Cownoisseur
- [ ] [SHOI2014]神奇化合物
- [ ] LOJ#6231. GCD&XOR
# 题集
- [ ] PKUWC2018
- [ ] Ynoi2019模拟赛[By OldDriverTree](http://olddrivertree.blog.uoj.ac/blog/4656)
Expand Down
1 change: 1 addition & 0 deletions Review/Other/TricksAndIdeas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ \subsubsection{代码注意事项}
\item 避免出现Undefined behavior导致优化后程序错误。例如有符号整数溢出:要
利用自然溢出特性时强转至unsigned做加法。
\item 浮点数舍入到整数输出时不要使用``\%.0lf'',因为可能输出``-0''
\item 浮点数舍入是四舍五入而不是截断。
\end{itemize}
\subsection{本节注记}
2013年许昊然的国家集训队论文答辩《浅谈数据结构题的几个非经典解法——<Claymore>命题报告》
Expand Down

0 comments on commit fabbdb0

Please sign in to comment.