aboutsummaryrefslogtreecommitdiff
path: root/store/works/life/operating-system-challenge/1/README.md
blob: db7b6279856adbd77dfd18235f9fea71efbc3ea4 (plain)
1
2
3
4
5
6
7
8
9
10
> 挑战一:写一个程序,运行该进程时,你的电脑整体 CPU 利用率保持在 100%
> 示例效果如
> ![sample](sample.jpg)

Transaltion: Write a program and make your CPU's usage rate 100%.

Code is in `main.cpp`. Remember to not compile it with O2 optimization, or my dead loop will be eliminated.

Final effect:
![effect](effect.png)