Update description.md
This commit is contained in:
parent
1268a531b8
commit
aef8828a6b
1 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
||||||
Use your favorite programming language to print `Hello, world!` to stdout!
|
Use your favorite programming language to print `Hello, world!` to stdout! Use the programming interface to do this!
|
||||||
|
|
||||||
|
Programming Judge codes:
|
||||||
|
```
|
||||||
|
AC: accepted
|
||||||
|
WA: WRONG ANSWER (you're bad)
|
||||||
|
TLE: time limit exceeded (make your code faster)
|
||||||
|
RTE: runtime error
|
||||||
|
JE: judge error (contact an admin if you encounter this)
|
||||||
|
CE: compilation error
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue