GumpChaos

Results 2 comments of GumpChaos

Hi FMXExpress, Here is the code I used: #include using namespace std; int main() { int a, b; cin >> a >> b; cout

Hi Embarcadero/Dev-Cpp, Could you tell me how to set to 32-bit compilation? Thank you! Regards, Gump On Mon, Nov 16, 2020 at 12:15 AM FMXExpress wrote: > Re-reading it. It...