aboutsummaryrefslogtreecommitdiff
path: root/operating-system-challenge/1/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-03-17 17:15:19 +0800
committercrupest <crupest@outlook.com>2021-03-17 17:15:19 +0800
commit65ac04604220f3dff8465cc8465ec469049529e9 (patch)
tree0e0b5fcd296e0fb742229f56cce8d5f18ca3840f /operating-system-challenge/1/README.md
parent9ee5f6967ebb049eb610cfc411e647081b096d77 (diff)
downloadlife-65ac04604220f3dff8465cc8465ec469049529e9.tar.gz
life-65ac04604220f3dff8465cc8465ec469049529e9.tar.bz2
life-65ac04604220f3dff8465cc8465ec469049529e9.zip
Add OS challenges.
Diffstat (limited to 'operating-system-challenge/1/README.md')
-rw-r--r--operating-system-challenge/1/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/operating-system-challenge/1/README.md b/operating-system-challenge/1/README.md
new file mode 100644
index 0000000..2088658
--- /dev/null
+++ b/operating-system-challenge/1/README.md
@@ -0,0 +1,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 cycle will be eliminated.
+
+Final effect:
+![effect](effect.png)