Skip to content

Commit

Permalink
修正部分题意。
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Apr 3, 2018
1 parent d85d14f commit 8bcbc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[[后端] 3/21 猜数字](./03-21/backend)

猜数字是一个古老的游戏,由一个出题者随机出一个数字,由猜题者猜,若所猜数字大于所出数字,则出题者回答『大了』;若小于,则回答『小了』;直到猜题者猜中。现在请编写程序模拟出题者,随机数字在0~1000之间。当使用者猜中时,同时打印出猜测次数。
猜数字是一个古老的游戏,由一个出题者随机出一个数字,由猜题者猜,若所猜数字大于所出数字,则出题者回答『大了』;若小于,则回答『小了』;直到猜题者猜中。现在请编写程序模拟出题者,随机数字在1~1000之间。当使用者猜中时,同时打印出猜测次数。

[[爬虫] 3/21 获取IP](./03-21/crawler)

Expand Down

0 comments on commit 8bcbc2a

Please sign in to comment.