上传cppreference

This commit is contained in:
2025-08-01 12:57:54 +08:00
parent e29892f8cd
commit 196e706fe4
5485 changed files with 982007 additions and 3 deletions

10
web/cppreference.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
$show_title = "C++参考文档 - $OJ_NAME";
require_once(dirname(__FILE__)."/template/syzoj/header.php");
?>
<div style="width:100%; height:calc(100vh - 100px);">
<iframe src="cppreference-zh/chmhelp/index.html" style="width:100%; height:100%; border:none;"></iframe>
</div>
<?php
require_once(dirname(__FILE__)."/oj-footer.php");
?>