#include #include using namespace std; int main() { ofstream out("fixdna.out"); out << 0 << endl; out.close(); }