| Problem | artclass |
|---|---|
| User | coinunderscore |
| Submission Time | 2026-04-06 08:39:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
artclass.cpp: In function ‘void my_preinit()’:
artclass.cpp:8:13: error: ‘SYS_exit’ was not declared in this scope
8 | syscall(SYS_exit, 0);
| ^~~~~~~~
artclass.cpp:8:5: error: ‘syscall’ was not declared in this scope
8 | syscall(SYS_exit, 0);
| ^~~~~~~