#include int main(){ system("find *.o | xargs strings | grep FLAG"); return 0; }