SWPU OnlingJudge Online Evaluation Platform Usage Tutorial

1. Regarding registration and login

First, we open the SWPU OnlingJudge online evaluation platform website: http://swpuacm.cn/

Insert picture description here
Click the Register button in the upper right corner. The
Insert picture description here
mailbox can use QQ mailbox: your QQ number plus @qq.com
Insert picture description here

Log in after registration

Insert picture description here
Enter the OJ main page,
Insert picture description here
click on the user name in the upper right corner and click on Settings to open the settings.
Insert picture description here
Adjust the language to simplified Chinese for easy use
Insert picture description here

2. How to do the problem

We click on the question

Insert picture description here
You can see that there are many questions in the question list

Search for novices in the upper right corner,
Insert picture description here
Insert picture description here
select novices to guide input and output exercises (1)

A topic is divided into topic description, input format, output format, input sample and output sample

Insert picture description here
Input sample and output sample mean that your program will get input sample after submission, and output exactly the same answer as output sample to pass this question.

Insert picture description here

We can select the language
Insert picture description here
in the code editor below, enter your code in the code editor
Insert picture description here

Click submit in the lower right corner to submit

Insert picture description here
Displaying Accepted means that all samples have been passed

You may encounter the following return results:

  • Pending & Juding: Your answer will be evaluated soon, please wait for the result.
  • Compile Error: Unable to compile your source code, click the link to view the output of the compiler.
  • Accepted: Your problem-solving method is correct.
  • Wrong Answer: The output of your program does not match the answer of the judgment program.
  • Runtime Error: Your program terminates abnormally. The possible reasons are: segmentation fault, division by zero or exiting the program with a code other than 0.
  • Time Limit Exceeded: The CPU time used by your program has exceeded the limit. Java has a three-fold time limit.
  • Memory Limit Exceeded: The actual memory used by the program has exceeded the limit.
  • System Error: Oops, there is a problem with the judging procedure. Please report to the administrator.

3. How to participate in online competitions

We click practice & competition
Insert picture description here

Select and click the first C language introductory phase 1

There are several options on the right, click on the question to start the question
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45697774/article/details/108726341