#include #include "../include/Runtime.h" int main() { int x; DSE_Input(x); int y = x + 1; x = y; return 0; }