Problem helloworld
User shenshiqi
Submission Time 2026-06-16 19:30:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:16:9: error: ‘binary_path’ was not declared in this scope
16 | execve(binary_path, args, env);
| ^~~~~~~~~~~
helloworld.cpp:16:2: error: ‘execve’ was not declared in this scope
16 | execve(binary_path, args, env);
| ^~~~~~