I\'m writing a bubble sort program. I use TCC (http://bellard.org/tcc/)。 I use long long variables in my program, because the input data is very large. My problem is : When the
I just downloaded your files and compiled it with GCC 4.1.2 and with TCC 0.9.24 and you program works fine with both compilers. The output matches right.date.out.txt, so your code is correct. Perhaps there's something else in your environment that is causing problems compiling or running your program.