摘要:
\begin{frame}[allowframebreaks]{标题} % 使用allowframebreaks选项自动分页 \framebreak % 强制手动另起一页 \end{frame} 阅读全文
posted @ 2025-11-20 02:39
椰萝Yerosius
阅读(12)
评论(0)
推荐(0)
摘要:
#include <bits/stdc++.h> using namespace std; int val(char c) { // 字符转值 if (c >= '0' && c <= '9') return c - '0'; if (c >= 'A' && c <= 'Z') return c - 阅读全文
posted @ 2025-11-20 01:48
椰萝Yerosius
阅读(6)
评论(0)
推荐(0)

浙公网安备 33010602011771号