easyctf-2017/hello-world/description.md

12 lines
341 B
Markdown
Raw Permalink Normal View History

2017-03-14 03:24:22 +00:00
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
```