{{{~cpp #include using namespace std; void swap(int *a,int *b); void main() { int a = 1; int b = 18; cout<<"a"<