CS计算机代考程序代写 #include “prelude.h”程序代写 CS代考 #include “prelude.h” int main() { int x = tainted_input(); int y = x; int z = 4 / y; // alarm return 0; }