-->
当前位置:首页 > 题库

PROGRAMMING:I'm Feeling Lucky

Luz5年前 (2021-05-10)题库627
A lucky day! The 18th China Jiliang University Programming Contest is coming soon, test your luck today!
System will generate a random integer number between 1 and 10 (inclusive). And you should submit a program which will print one integer. If your number is equal to what system generated, an AC would be returned, or you would get a WA instead.
### Input Specification:
There is no input in this problem.
### Output Specification:
Print one integer end with a newline.
### Sample Input:
There is no input in this problem.
```in
(no input)
```
### Sample Output:
Please note that the sample output is just for an example, it's probably not the correct answer of the problem.
```out
one
```







answer:If there is no answer, please comment