robots.cpp: In function 'int main()':
robots.cpp:21:23: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
21 | system("gen.exe");
| ~~~~~~^~~~~~~~~~~
robots.cpp:22:23: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | system("brute.exe");
| ~~~~~~^~~~~~~~~~~~~
robots.cpp:23:23: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
23 | system("full.exe");
| ~~~~~~^~~~~~~~~~~~