#include <cstdlib> int main() { system("./a.out < in.txt > a.txt"); system("java Test < in.txt > b.txt"); system("sdiff -s a.txt b.txt > c.txt"); return 0; }