Write a program to swap the values of two integers without using a third variable. The program should accept two integers as input and output their values after swapping.
Input: 5 10
Output: 10 5
Input: -3 7
Output: 7 -3
Input: 0 0
Output: 0 0
Your notes are automatically saved in your browser's local storage and will persist across sessions on this device.