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