作者 郭天宸
单位 山东大学(威海)
I am dreadfully sorry for your bad experience, such a low number of submissions as well as pass rates and my
in SHI ZHAN YI.
I set up some challenging data points and some a littlt bit hard problems. If you are interested in them, you can try to solve them. If not, that's also OK. In other words, that will NOT affect your score. Do NOT worried about them. Please take it step by step and please remember, it is really important for you to learn how to study by yourself.
Finally, I am so sorry...
Remarkably HANDSOME _October has warned me to reduce the difficulty of the problems. So there you just need to output "HEIlO, W0RLD!"(without quotation marks)
Click 题解.pdf to check the solution about SHI ZHAN YI.
INPUT:
NO INPUT.
OUTPUT:
As problem surface said.
SAMPLE INPUT:
NONE
SAMPLE OUTPUT:
HEIlO, W0RLD!
See you again at SHI ZHAN SAN.
代码长度限制
16 KB
时间限制
400 ms
内存限制
64 MB
栈限制
8192 KB
#include <stdio.h>
int main() {
printf("HEIlO, W0RLD! \n");
return 0;
}