#include "stdafx.h" void swap(int * x, int * y); int main(int argc, char* argv[]) { int a, b; scanf("%d,%d", &a, &b); if(a