Problem | brick |
---|---|
User | Dam |
Submission Time | 2023-02-04 11:52:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:8:8: error: ‘rlim_t’ does not name a type
8 | const rlim_t kStackSize = 16 * 1024 * 1024; // min stack size = 16 MB
| ^~~~~~
brick.cpp:9:16: error: aggregate ‘main()::rlimit rl’ has incomplete type and cannot be defined
9 | struct rlimit rl;
| ^~