PIXNET Logo登入

風箏

跳到主文

準備好要開始~~~~亂談了嗎??~~~~~

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 8月 28 週五 200914:35
  • ACM Judge answers 線上 評分 系統 答案

本想說去找一些中文的說明,但想想看英文的,比較實在,也比較容易,除非有好的翻譯可以用中文全釋(如果有覺得不錯的,可以跟我說一聲)
 

How to understand the Online Judge answers
Postby enjolras » Wed Feb 02, 2005 2:24 am
How to understand the Online Judge answers


A few seconds after sending the E-Mail with your program, you'll
receive a confirmation reply by E-Mail from the judge system (unless
you have selected not to receive replies by E-Mail: note that there is
enough information in the Web, updated in real time).


Your program will be compiled and run in our system, and the
automatic judge will test it with some inputs and outputs, or perhaps
with a specific judge tool. After some seconds or minutes, you'll
receive by E-Mail (or you'll see in the Web) one of these answers:


Accepted (AC) (and the CPU
time & memory used): OK! Your program is correct!. Note that during
true contest perhaps only 1 CPU minute will be allowed If your program
spents a reasonable time, it may be Ok, but this depends on the judge
power in comparison with the true contest computers.

Presentation Error (PE): Your program outputs are correct but are not presented in the correct way. Check for spaces, justify, line feeds...


Accepted (P.E.): Same as
above, but the Presentation Error is intended only for contests. The
24-hours judge takes it only as a warning. Don't worry a lot, since
many of our problems have the output specification not very fine.


Wrong Answer (WA): Correct
solution not reached for the inputs. The inputs and outputs that we use
to test the programs are not public (it is recomendable to get
accustomed to a true contest dynamic .


Crash - Runtime Error (RE):
Your program failed during the execution (segmentation fault, floating
point exception...). The exact cause is reported to the user.

Time Limit Exceeded (TL):
Your program tried to run during too much time; this error don't allows
you to know if your program would reach the correct solution to the
problem.


Memory Limit Exceeded (ML):
Your program tried to use more memory than the judge default settings.
If you are sure that such problem needs more memory, please contact us.


Output Limit Exceeded (OL): Your program tried to write too much information. This usually occurs if it goes into a infinite loop.


Restricted Function (RF): Your source program tried to use a not allowed function (such as fork(), fopen(), ...)


Compile Error (CE): The
compiler (gcc/g++/gpc) could not compile your ANSI program. Of course,
warning messages are not error messages. The compiler output messages
are reported you by E-Mail.

Submission Error (SE): You don't specified correctly the @JUDGE_ID fields (a incorrect User ID, number of problem...).


Can't Be Judged (CJ): The
judge hasn't test input and outputs for the selected problem. While
choosing a problem be careful to ensure that the judge will be able to
judge it!.

Access Denied (AD): Your
Internet address is not allowed to submit problems. Maybe you have
setup to accept programs only from your E-Mail address: edit and update
your personal information in the Web. Otherwise, contact us.

Non Authenticated (NA):
Your E-Mail is not authenticated or the submit tool did not sent
authentication information. If you aren't a hacker, please contact us.

Out Of Contest Time (OC): this message can only appear during a contest, if a program is submitted out of contest time.


Delayed (DL): if the judge
host is too busy, the execution of programs which spent too much
resources (inside the allowed limits) is delayed by some seconds or
minutes. Don't re-submit again your program (the judge would spent even
more time before replying).

Judge Disabled: this
message may appear only during internal maintenance tasks, which are
previously announced most times. Probably, your program will be
processed later unless the letter explicitly tells you to resubmit it
again in future.

Judge Not Ready!: By some
reason, the judge host has just rebooted and the judge software is
currently being loaded. Try to submit again your program within a few
seconds.

All E-Mails (and submissions via Submit-o-matic) received and the
results of their actions are logged; this would allow us to detect any
possible intention to use the judge for incorrect purposes. If you
submit several programs for the same problem and you get several
accepted messages for it, you'll appear in the ranklist only with your
better solution (less CPU time and/or memory spent).


The Owen Astrachan solution in language C, Java or the Pascal solution
(thanks to [i:8bdb284ec5]Sultanbek Tezadov[/i:8bdb284ec5]!) for problem
100 (the 3n+1 problem) are available as a example (download their language C, Java or Pascal source code if you like).

出處:http://online-judge.uva.es/board/viewtopic.php?t=7430
(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(0) 人氣(467)

  • 個人分類:ACM
▲top
  • 8月 28 週五 200914:34
  • ACM 100 - The 3n + 1 problem cin 加油

喊了這麼多年說想玩ACM ,今天終於開始了,希望最少可以一週一題(夠懶吧),不然最少3天一題試看看囉!!
首先第一題,最簡單的100 ,但真不知自己為什麼那麼笨.......SUBMISSIONS 了快50次,才發現不是程式的問題......找了好久...所以....我要加強呀
玩ACM方向也許是對的,但不知自己還有多少時間、精力、腦力可以玩就是了.....如果有人要玩,記得....加油...不一定要問別人,因為別人一定會,要自己弄懂比較難啦.....(這也是訓練自己邏輯、解題的能力)
以下有兩種都是可以的....
(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(0) 人氣(823)

  • 個人分類:ACM
▲top
1

近期文章

  • linux 解rar 多檔 command line cmd
  • linux 主機板型號
  • shell script 大量/批次 修改檔名 大寫小寫~~~
  • XP 設定 預設 登入 開機 免登入
  • SciTE Text Editor 中文 相關 設定 編輯器 ubuntu
  • ubuntu gedit(Gedit) 中文 亂碼 編碼 問題
  • 三用電錶 的用法、三用電表 用法/零件測試(好用)
  • shell script BASH 教學 基楚 概念
  • Outlook 2G ansi Unicode 限制 轉檔 問題
  • ubuntu firefox flash 中文顯示 變方塊 問題修正

文章分類

toggle 系統管理 (2)
  • Windows (4)
  • Unix-Like (10)
toggle 程式語言 (5)
  • C++ (6)
  • ASP (1)
  • ANSI SQL (2)
  • ACM (2)
  • PHP (9)
toggle 風箏 (4)
  • 電子空間 (1)
  • 亂談囉 (1)
  • 生活週記 (1)
  • 電腦亂談 (4)
  • 未分類文章 (1)

部落格文章搜尋