practice contest
参加対象: All Rated対象: - ペナルティ: なし
このコンテストはAtCoderの練習用ページです
実際のコンテストへ参加する前に、ソースコードを提出する練習をしてみましょう!
コンテストに参加する前に
問題を解いて提出しよう
参加登録が完了しましたらチュートリアルを参考にして問題を解き、回答を提出してみましょう
This is practice page of AtCoder
Let's practice submitting your source code before you join contest!
Before the contest
- Please make your account if you've not have your account yet.
- After that, you can sign in.
- Last of all, please click that button , and then you can join our contest.
Sample problem
If you've registered this practice contest, let's solve a sample problem from Tasks and submit your source code referring this tutorial.
Judge status
Our system judges your source code whether it is correct or incorrect and returns a result of yours.
Details are shown below tables. Don't forget to see these information.
Status | Explanation |
---|---|
CE | Compilation Error. Our judge system couldn't compile your code. So, your source code is incorrect. |
MLE |
Memory Limit Exceeded. Each problems are restricted memory limit which your program can use. That is 256MB usually. Your source code is incorrect because your source code exceeded the limit. |
TLE |
Time Limit Exceeded. Each problems have time limit. If execution time of your code exceeds this limit, the status of judge returns TLE. Your source code is wrong for that reason. |
RE | Your source code is wrong. |
OLE | Your source code is wrong. |
IE | Your source code is wrong. |
WA | Your source code is wrong. |
AC | Your source code was accepted correctly. |