Virtual Judge使用指南

https://cn.vjudge.net/

Virtual Judge并不是常规的Online Judge平台,他通过爬取其他OJ的题目,让我们可以直接在VJ上查找并提交各种OJ的题目,然后将我们的题目通过他的账号(比如你在cf上会看到用户名vj1、vj2……在HDU上会看到张翼德、马孟起……)在真正的OJ上提交并把结果反馈给我们。大概就相当于一个平台一个中介吧。貌似ACM选手使用得较为普遍?

右上角注册登录;

界面这些OJ是他可以爬到题目的,也就是我们可以直接在VJ里做题的。每个图标也可以直接点进去,就会跳转出这个OJ的页面,比如我点一下POJ,跳出:

另外我圈住的HYSBZ就是OI常用的BZOJ。

按上方功能顺序介绍:

Problem:

下面是Problems界面截图:

OJ可以自己选择,Prob可以输入题号更快查找,Title是题目名字,Filter过滤题目,Reset重置。如果你登录账号了的话,左侧还会有你的做题情况。

选个题点进去是这个画风:

Submit提交代码并测评;Favorite把此题设为收藏;Submissions是关于此题的提交;Leaderboard是按运行时间、使用内存、代码量来排名的此题AC排名:

绿色的“C++”表示这份代码主人是公开的,你点一下就可以查看他当时提交的代码~

公开代码的方式是在提交时Share一栏选择Yes,Solution部分放代码:

Status:

Status是提交情况,不展示了。

Contest:

比赛有未开始的、正在进行的、已经结束的;也分不同类型。通常都是个人创建的比赛,即使用右上角的Create Contest功能:

上图为比赛基本信息

从各个OJ选题,然后点击confirm就完成了自己办一个比赛。

User是查用户的,会显示做题数;

Group是学习小组,个人一般用不上吧;

Forum论坛,Article文章,用处也不大,我就没用过……

就简介到这里,不太细致,更具体的大家用一下就会了~

原文地址:https://www.cnblogs.com/AlphaWA/p/9472314.html

时间: 2024-10-29 10:46:15

Virtual Judge使用指南的相关文章

专题一、简单搜索 - Virtual Judge

很久以前刷完了Virtual Judge上的简单搜索专题,现总结如下: POJ 1321 由于题目的数据范围比较小,可以直接dfs暴力.读入时记录每个空位的位置,保存在pX[]以及pY[]数组中.暴力的时候统计当前处理第几个空格以及当前处理到了第几行即可. #include <iostream> #include <memory.h> using namespace std; const int MAX = 128; long long ans; int N, K, nCnt; b

《VMware Virtual SAN权威指南》译者序

由业界大拿Cormac Hogan和Duncan Epping所著.本人翻译的<VMware Virtual SAN权威指南>一书已正式上架,感兴趣的读者请 亚马逊 或 当当 或 京东 购买(注:今天是当当最便宜40.70).谢谢大家的支持.另,参加vForum2014的朋友将有机会获得作者和译者的签名赠书. 译者序 2周前当本书的翻译接近尾声的时候,2014年度的VMworld在美国的旧金山开幕了,会上传来了令人震惊的消息,VMware推出了超融合基础架构EVO:RAIL和EVO:RACK.

Ubuntu 14.04 Virtual Judge 的搭建

Ubuntu 14.04 Virtual Judge 的搭建 博客的排版可能不是很好,可以下载本文的PDF: Ubuntu 14.04Virtual Judge 的搭建 本人是一名ACM弱菜,由于集训队需要, 我们决定架设自己的OnlineJudge和Virtual Judge,于是开始了噩梦般的搭建. OJ的搭建,非常顺利,参考的是 Ubuntu Server 12.04搭建hustoj 这篇博客 写得非常好,其他不多说,如果有需要搭建自己学校的OJ的朋友,可以参考, 主要就是架设LAMP,其

virtual judge(专题一 简单搜索 C)

Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ≤ 100,000) on a number line and the cow is at a point K (0 ≤ K ≤ 100,000) on the same number line. Farmer Jo

【Virtual Judge】H - 大概做不来的题 Approximating a Constant Range

Description In Absurdistan, there are n towns (numbered 1 through n) and m bidirectional railways. There is also an absurdly simple road network — for each pair of different towns x and y, there is a bidirectional road between towns x and yif and onl

【Virtual Judge】G - 一般水的题2-Approximating a Constant Range

Description When Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly approached equilibrium. A good way to determine the equilibrium intensity would be choosing a sufficiently large number o

virtual judge(专题一 简单搜索 B)

Description You are trapped in a 3D dungeon and need to find the quickest way out! The dungeon is composed of unit cubes which may or may not be filled with rock. It takes one minute to move one unit north, south, east, west, up or down. You cannot m

【Virtual Judge】E - 特别水的题5-Wilbur and Swimming Pool

Description After making bad dives into swimming pools, Wilbur wants to build a swimming pool in the shape of a rectangle in his backyard. He has set up coordinate axes, and he wants the sides of the rectangle to be parallel to them. Of course, the a

Online Judge for ACM-ICPC etc.

原文链接:http://blog.csdn.net/tigerisland45/article/details/52134189 Virtual Judge ACM-ICPC Live Archive - Home UVa Online Judge - Home Welcome To PKU JudgeOnline(POJ) Welcome to Hangzhou Dianzi University Online Judge(HDU) OpenJudge - 百练 - 首页(PKU) Codef