#include int main(){ FILE *out; out=fopen("output.txt", "w+"); fprintf(out,"%d",0); return 0; }