Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode authored Feb 9, 2024
2 parents c776ee0 + dc31729 commit 7a2a144
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
## 比赛规则

- 使用最短的代码占满内存!考虑大家设备各不相同,为方便比赛计量,实际占用 4G 及以上的内存即可
- 要求在不使用断点等调试手段的情况下,使用 任务管理器 / htop / top 等第三方主流工具 **截图** 并上传
即要占用一定的时间,申请内存后立刻进程结束这种无法截图的不行
- 计分规则为:代码字符数量 乘 字符种类。最小者获胜!
- 对于类似 Matlab 等解释器本身占用极大的语言,实际占用需减去解释器本身占用
- 不准联网,不准通过环境变量、文件名、编译参数等耍赖,不准使用专门为本次比赛设计的编程语言、操作系统、API 等
总之不准卡 bug,主办方享有比赛规则解释权(
- 不准联网;不准通过环境变量、文件名、编译参数等耍赖;不准使用专门为本次比赛设计的编程语言、操作系统、API 等。总之不准卡 bug,主办方享有比赛规则解释权(

## 参赛方式

Expand All @@ -28,6 +25,8 @@
| 1 | [wanz](wanz) | [oom.py](wanz/oom.py) | 9 | 3 | 27 |
| 2 | [dragove](dragove) | [oom.py](dragove/oom.py) | 9 | 5 | 45 |
| 3 | [HisAtri](HisAtri) | [new.py](HisAtri/new.py) | 10 | 5 | 50 |
| 4 | [mr_cino](mr_cino) | [oom.wo](mr_cino/oom.wo) | 26 | 17 | 442 |
| 5 | [yusuixian](yusuixian) | [main.cpp](yusuixian/main.cpp) | 37 | 19 | 703 |
<!-- end of RANKING -->

## 奖品
Expand Down
2 changes: 2 additions & 0 deletions mr_cino/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* OOM的速度太快,甚至无法截图就卡死了(
* 使用窝窝头语言~
1 change: 1 addition & 0 deletions mr_cino/oom.wo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let mut s="0";for(;;)s+=s;
3 changes: 3 additions & 0 deletions yusuixian/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
msvc

![image](https://github.com/InvoluteHell/OutOfMemory/assets/47711102/d4e62dd5-bce3-40b1-ac79-c56df300a974)

https://github.com/InvoluteHell/OutOfMemory/blob/master/yusuixian/main.cpp

0 comments on commit 7a2a144

Please sign in to comment.