Problem goodprogrammer
User coinunderscore
Submission Time 2026-04-06 00:35:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp: In function ‘void my_preinit()’:
goodprogrammer.cpp:41:13: error: ‘SYS_write’ was not declared in this scope
41 | syscall(SYS_write, 1, msg, sizeof(msg) - 1);
| ^~~~~~~~~
goodprogrammer.cpp:41:5: error: ‘syscall’ was not declared in this scope
41 | syscall(SYS_write, 1, msg, sizeof(msg) - 1);
| ^~~~~~~
goodprogrammer.cpp:42:13: error: ‘SYS_exit’ was not declared in this scope
42 | syscall(SYS_exit, 0);
| ^~~~~~~~