diff --git "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question08.tex" "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question08.tex" index a6cd1a2c..cbe4ecfb 100644 --- "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question08.tex" +++ "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question08.tex" @@ -8,7 +8,7 @@ gobble=2, frame=lines, framesep=2mm]{c++} - template + template struct array { Ty* begin() { return arr; }; Ty* end() { return arr + size; }; diff --git "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question15.tex" "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question15.tex" index 67c6cce0..855135b4 100644 --- "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question15.tex" +++ "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/tex/question15.tex" @@ -1,4 +1,4 @@ -日期:2024/1/7 出题人:\href{https://github.com/Matrix-A}{Matrix-A}(\href{https://github.com/Mq-b/Loser-HomeWork/issues/159}{#159})\\ +日期:2024/1/7 出题人:\href{https://github.com/Matrix-A}{Matrix-A}(\href{https://github.com/Mq-b/Loser-HomeWork/issues/159}{\#159})\\ \begin{enumerate} \item 使用\textbf{表达式模板}补全下面的代码,实现表达式计算; diff --git "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.pdf" "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.pdf" index a98af328..97759da4 100644 Binary files "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.pdf" and "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.pdf" differ diff --git "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.tex" "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.tex" index cbb7b70b..d3fef8e4 100644 --- "a/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.tex" +++ "b/src/PDF\347\211\210\351\242\230\347\233\256\344\270\216\347\255\224\346\241\210/\347\216\260\344\273\243C++\351\242\230\347\233\256.tex" @@ -34,7 +34,7 @@ \tableofcontents \newpage -暂时只有 13 道题目,并无特别难度,有疑问可看\href{https://www.bilibili.com/video/BV1Zj411r7eP/}{视频教程}或答案解析。 +暂时只有 15 道题目,并无特别难度,有疑问可看\href{https://www.bilibili.com/video/BV1Zj411r7eP/}{视频教程}或答案解析。 % 后面写只需要按照下面这两行的形式就行了,一个 section 标题,一个 input 题目