#include #include using namespace std; //namaega184 int main(){ FILE *fp=popen("a.bin","r"); pclose(fp); int a; fscanf(fp,"%d",&a); return 0; }