| 序号 | 案例名称 | 案例描述 | 涉及技术点 | 操作 |
|---|---|---|---|---|
| {{ index + 1 }} |
{{ caseItem.title }}
试看
|
{{ caseItem.description }}
|
|
{{ currentCaseItem?.title }}
逆向100例
涉及技术点
加载中...
正在加载历史提交记录...
暂无历史提交记录
第 {{ reverse100History.length - index }} 次提交
{{ getStatusText(submission.status) }}
{{ formatDate(submission.submitted_at) }}
查看时间: {{ formatDate(submission.graded_at) }}
代码 ({{ submission?.language || '未知' }})
{{ reverseCodeCollapsed[submission.id] ? '展开代码' : '收起代码' }}
{{ submission?.code || '' }}
博主评价
{{ reverseCommentCollapsed[submission.id] ? '展开评语' : '收起评语' }}
等待博主查看
编写代码
请先登录后再写代码,否则无法在本地保存
{{ currentProblem?.title }}
总提交次数: {{ currentProblem?.submission_count || 0 }}
作者: {{ currentProblem?.author_name }}
系统自带
⚠️ 数据不一致: 列表={{ submissionCountDebug.inProblemsList?.submission_count ?? 0 }}, 当前={{ submissionCountDebug.inCurrentProblem?.submission_count ?? 0 }}
输入输出示例
示例 {{ index + 1 }}
输入:
{{ example.input }}
输出:
{{ example.output }}
AI精准辅助答题
基于当前题目,获取AI生成的完整解题思路和代码示例,此过程需要一定时间等待...
AI辅助结果
{{ formatDate(getCurrentAiState().response.timestamp) }}
{{ getCurrentAiState().error }}
加载中...
正在加载历史提交记录...
暂无历史提交记录
第 {{ answerHistory.length - index }} 次提交
{{ getStatusText(submission.status) }}
{{ formatDate(submission.submitted_at) }}
查看时间: {{ formatDate(submission.graded_at) }}
代码 ({{ submission?.language || '未知' }})
{{ codeCollapsed[submission.id] ? '展开代码' : '收起代码' }}
{{ submission?.code || '' }}
博主评价
{{ commentCollapsed[submission.id] ? '展开评语' : '收起评语' }}
等待博主查看
显示 {{ (historyCurrentPage - 1) * historyPerPage + 1 }} - {{ Math.min(historyCurrentPage * historyPerPage, historyTotal) }} 条记录,共 {{ historyTotal }} 条
编写代码
请先登录后再写代码,否则无法在本地保存
{{ getSelectedVolunteerName() }}的代码
{{ selectedVolunteerCode }}
暂无代码
访客代码
{{ volunteer.name }}
暂无访客代码
分享链接已创建,等待访客提交代码运行结果
正在初始化运行环境
正在分析代码依赖
正在安装依赖包
正在执行代码
执行完成
执行出错
{{ codeOutput }}
错误: {{ codeError }}
点击"运行"按钮执行代码